add dev options to settings + url

This commit is contained in:
catborise
2020-07-17 15:27:57 +03:00
parent 523f58b55e
commit b5b43b71bd
3 changed files with 28 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = ''
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ['*']