Commit c21ce94f authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Add log

parent d25cd969
...@@ -35,6 +35,7 @@ DEBUG = env('DEBUG', default=True) ...@@ -35,6 +35,7 @@ DEBUG = env('DEBUG', default=True)
DEVELOPMENT_MODE = env('DEVELOPMENT_MODE', default=True) DEVELOPMENT_MODE = env('DEVELOPMENT_MODE', default=True)
ALLOWED_HOSTS = env('ALLOWED_HOSTS', default=[]) ALLOWED_HOSTS = env('ALLOWED_HOSTS', default=[])
print('Allowed hosts:', ALLOWED_HOSTS)
# Application definition # Application definition
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment