plain.dev 0.0.0__py3-none-any.whl → 0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- plain/dev/services.py +1 -1
- {plain_dev-0.0.0.dist-info → plain_dev-0.0.1.dist-info}/METADATA +1 -1
- {plain_dev-0.0.0.dist-info → plain_dev-0.0.1.dist-info}/RECORD +6 -6
- {plain_dev-0.0.0.dist-info → plain_dev-0.0.1.dist-info}/LICENSE +0 -0
- {plain_dev-0.0.0.dist-info → plain_dev-0.0.1.dist-info}/WHEEL +0 -0
- {plain_dev-0.0.0.dist-info → plain_dev-0.0.1.dist-info}/entry_points.txt +0 -0
plain/dev/services.py
CHANGED
@@ -65,7 +65,7 @@ class Services:
|
|
65
65
|
|
66
66
|
if find_spec("plain.models"):
|
67
67
|
time.sleep(0.5) # Give it a chance to hit on the first try
|
68
|
-
subprocess.check_call(["plain", "
|
68
|
+
subprocess.check_call(["plain", "models", "db-wait"], env=os.environ)
|
69
69
|
else:
|
70
70
|
# A bit of a hack to wait for the services to start
|
71
71
|
time.sleep(3)
|
@@ -13,13 +13,13 @@ plain/dev/pid.py,sha256=gRMBf7aGndrra1TnmKtPghTijnd0i0Xeo63mzfPWp7M,436
|
|
13
13
|
plain/dev/precommit/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
|
14
14
|
plain/dev/precommit/cli.py,sha256=mvP5pxuVZdmOKXgDpJkoShx-28Py3XdS8jKKzsWLmrc,3554
|
15
15
|
plain/dev/requests.py,sha256=0HyCH7iZ32ne94ypMdE96z5iYb_Qbd705WItVik1SyA,6839
|
16
|
-
plain/dev/services.py,sha256=
|
16
|
+
plain/dev/services.py,sha256=m4XOcY8qcUVA4u8vsFZmU-wChgQvy5uiu5abOR9wZfg,2127
|
17
17
|
plain/dev/templates/dev/requests.html,sha256=kQKJZq5L77juuL_t8UjcAehEU61U4RXNnKaAET-wAm8,7627
|
18
18
|
plain/dev/urls.py,sha256=b4NL2I6Ok-t7nTPjRnKoz_LQRttE3_mp8l2NlmeYQ9I,146
|
19
19
|
plain/dev/utils.py,sha256=mL3C3l3GsKmtI6eF4sRjv7w9n7Y9lLVqJulj81JrqWw,312
|
20
20
|
plain/dev/views.py,sha256=r2Ivk7OXytpRhXq4DZpsb7FXNP9vzmEE3D5kLajYG4w,1073
|
21
|
-
plain_dev-0.0.
|
22
|
-
plain_dev-0.0.
|
23
|
-
plain_dev-0.0.
|
24
|
-
plain_dev-0.0.
|
25
|
-
plain_dev-0.0.
|
21
|
+
plain_dev-0.0.1.dist-info/LICENSE,sha256=cvKM3OlqHx3ijD6e34zsSUkPvzl-ya3Dd63A6EHL94U,1500
|
22
|
+
plain_dev-0.0.1.dist-info/METADATA,sha256=qbY1kQqIOfSi-QC-VZn6ZDEIw7Tn14PoT0FCn8sZwHs,5536
|
23
|
+
plain_dev-0.0.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
24
|
+
plain_dev-0.0.1.dist-info/entry_points.txt,sha256=rBo-S4THn07f55UwHBuUhIbDhlUq3EzTOD8mIb5fGQg,99
|
25
|
+
plain_dev-0.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|