plain.dev 0.27.0__py3-none-any.whl → 0.27.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/cli.py +3 -1
- {plain_dev-0.27.0.dist-info → plain_dev-0.27.1.dist-info}/METADATA +1 -1
- {plain_dev-0.27.0.dist-info → plain_dev-0.27.1.dist-info}/RECORD +6 -6
- {plain_dev-0.27.0.dist-info → plain_dev-0.27.1.dist-info}/WHEEL +0 -0
- {plain_dev-0.27.0.dist-info → plain_dev-0.27.1.dist-info}/entry_points.txt +0 -0
- {plain_dev-0.27.0.dist-info → plain_dev-0.27.1.dist-info}/licenses/LICENSE +0 -0
plain/dev/cli.py
CHANGED
@@ -379,7 +379,9 @@ class Dev:
|
|
379
379
|
extra_watch_files = []
|
380
380
|
for f in os.listdir(APP_PATH.parent):
|
381
381
|
if f.startswith(".env"):
|
382
|
-
|
382
|
+
# Needs to be absolute or "./" for inotify to work on Linux...
|
383
|
+
# https://github.com/dropseed/plain/issues/26
|
384
|
+
extra_watch_files.append(str(Path(APP_PATH.parent) / f))
|
383
385
|
|
384
386
|
reload_extra = " ".join(f"--reload-extra-file {f}" for f in extra_watch_files)
|
385
387
|
gunicorn_cmd = [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
plain/dev/README.md,sha256=EQJ9lF-JQ9KQWJZ_j6CD3jbRquOLgDRlIPbgT7A2gG4,3658
|
2
2
|
plain/dev/__init__.py,sha256=nRX1B0Br8gmqhJLqo5Z9PqzReDahBtbmwH6C-7hzuls,103
|
3
|
-
plain/dev/cli.py,sha256
|
3
|
+
plain/dev/cli.py,sha256=z6xDeU1hcu3dTI55H7MllKZBQz4fnAO_Y-VoIKPLO7M,14843
|
4
4
|
plain/dev/debug.py,sha256=Ka84K8zUdF0kMYNyqiLYDrdzU1jU8LSOkts3hcw_Gok,1005
|
5
5
|
plain/dev/default_settings.py,sha256=uXWYORWP_aRDwXIFXdu5kHyiBFUZzARIJdhPeFaX35c,75
|
6
6
|
plain/dev/entrypoints.py,sha256=diqNwA6eydUMtoO7p_rH-DtSYsw5-GBmjFe1Z5bHagc,579
|
@@ -24,8 +24,8 @@ plain/dev/poncho/process.py,sha256=JJOKy-C6vMCg7-6JMCtu6C649h7HmOBSJqDP_hnX49I,2
|
|
24
24
|
plain/dev/precommit/__init__.py,sha256=9ByBOIdM8DebChjNz-RH2atdz4vWe8somlwNEsbhwh4,40
|
25
25
|
plain/dev/precommit/cli.py,sha256=KVHcG3Y_JZJNu3_MLIrO5s6yMYQfAArIU5L0hNWZUjg,3441
|
26
26
|
plain/dev/templates/dev/requests.html,sha256=kQKJZq5L77juuL_t8UjcAehEU61U4RXNnKaAET-wAm8,7627
|
27
|
-
plain_dev-0.27.
|
28
|
-
plain_dev-0.27.
|
29
|
-
plain_dev-0.27.
|
30
|
-
plain_dev-0.27.
|
31
|
-
plain_dev-0.27.
|
27
|
+
plain_dev-0.27.1.dist-info/METADATA,sha256=CgZpO23_EYRFL2OX0AC8glbya4WORC1kPaduysWuq-c,4163
|
28
|
+
plain_dev-0.27.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
29
|
+
plain_dev-0.27.1.dist-info/entry_points.txt,sha256=zrcTOiFk_MLKsnYVlwVP7aMm1XLEqq7w4EBkJ-3ge-g,114
|
30
|
+
plain_dev-0.27.1.dist-info/licenses/LICENSE,sha256=Cx4Dq9yR2fLHthf8Ke36B8QJvE1bZFXVzDIGE8wGzsY,4132
|
31
|
+
plain_dev-0.27.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|