dev server reload

This commit is contained in:
Igor Lobanov
2022-11-23 00:51:29 +01:00
parent b144a6ab8b
commit 57bc4982e6
4 changed files with 34 additions and 7 deletions

View File

@@ -25,3 +25,6 @@ for provider in OAUTH_PROVIDERS:
SHOUTS_REPO = "content"
SESSION_TOKEN_HEADER = "Authorization"
# for local development
DEV_SERVER_STATUS_FILE_NAME = 'dev-server-status.txt'