plain.dev 0.16.0__py3-none-any.whl → 0.17.0__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/entrypoints.py +5 -1
- {plain_dev-0.16.0.dist-info → plain_dev-0.17.0.dist-info}/METADATA +1 -1
- {plain_dev-0.16.0.dist-info → plain_dev-0.17.0.dist-info}/RECORD +6 -6
- {plain_dev-0.16.0.dist-info → plain_dev-0.17.0.dist-info}/WHEEL +0 -0
- {plain_dev-0.16.0.dist-info → plain_dev-0.17.0.dist-info}/entry_points.txt +0 -0
- {plain_dev-0.16.0.dist-info → plain_dev-0.17.0.dist-info}/licenses/LICENSE +0 -0
plain/dev/entrypoints.py
CHANGED
@@ -2,4 +2,8 @@ from dotenv import load_dotenv
|
|
2
2
|
|
3
3
|
|
4
4
|
def load_dotenv_file():
|
5
|
-
load_dotenv(".env")
|
5
|
+
loaded = load_dotenv(".env")
|
6
|
+
if not loaded:
|
7
|
+
# In CI-like environments, we may have .env.test committed
|
8
|
+
# but not .env, so we can help out by loading it here.
|
9
|
+
load_dotenv(".env.test")
|
@@ -3,7 +3,7 @@ plain/dev/__init__.py,sha256=C1JrkNE5XX2DLgBXXLAV_UyhofwVd0ZPL59fPUMbOKo,139
|
|
3
3
|
plain/dev/cli.py,sha256=La7Tcw6Szla-eTAqnQkbKYv_ctzHPd7f5YNtd1acAsA,11924
|
4
4
|
plain/dev/debug.py,sha256=fIrecLfAK_lXSDyn3WmYikzZSse3KY47xcVVbZqJGhk,294
|
5
5
|
plain/dev/default_settings.py,sha256=uXWYORWP_aRDwXIFXdu5kHyiBFUZzARIJdhPeFaX35c,75
|
6
|
-
plain/dev/entrypoints.py,sha256=
|
6
|
+
plain/dev/entrypoints.py,sha256=rEFOCRbmKpTROYAjjFBBEhgnsFgCA-wGU92A52ckA60,272
|
7
7
|
plain/dev/gunicorn_logging.json,sha256=yU23jzs5G4YGdDWBNiyAc3KypR4HirR6afIkD7w6DhU,1113
|
8
8
|
plain/dev/mkcert.py,sha256=u284XXQeTgwSkKKh0gMrYpnNGdd9OOUJKLQAXcvGnr4,3459
|
9
9
|
plain/dev/pid.py,sha256=gRMBf7aGndrra1TnmKtPghTijnd0i0Xeo63mzfPWp7M,436
|
@@ -26,8 +26,8 @@ plain/dev/poncho/process.py,sha256=JJOKy-C6vMCg7-6JMCtu6C649h7HmOBSJqDP_hnX49I,2
|
|
26
26
|
plain/dev/precommit/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
|
27
27
|
plain/dev/precommit/cli.py,sha256=D_A5Mk2eXqjJDSUE6qyCFFddhM7wBZR3C9hgkDRx_v8,3411
|
28
28
|
plain/dev/templates/dev/requests.html,sha256=kQKJZq5L77juuL_t8UjcAehEU61U4RXNnKaAET-wAm8,7627
|
29
|
-
plain_dev-0.
|
30
|
-
plain_dev-0.
|
31
|
-
plain_dev-0.
|
32
|
-
plain_dev-0.
|
33
|
-
plain_dev-0.
|
29
|
+
plain_dev-0.17.0.dist-info/METADATA,sha256=Oq8Jcn_wKu21NuLb8QWpVfk1d0b1gXoRlOg6WpNR0-E,4274
|
30
|
+
plain_dev-0.17.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
31
|
+
plain_dev-0.17.0.dist-info/entry_points.txt,sha256=jncRPB4B7d27YWkzWqzt68y534ntliHPNukv_kQu5KY,171
|
32
|
+
plain_dev-0.17.0.dist-info/licenses/LICENSE,sha256=YDg-l_Rj7LVP5uDXy04eQPGb_DYVXAHAHYd9r3pU1Cg,2713
|
33
|
+
plain_dev-0.17.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|