Skip to content

Commit

Permalink
Add debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodiegoss committed Jul 7, 2021
1 parent 4ff0a28 commit 009563b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

pip list
inv i18n --compile docs run -p
3 changes: 2 additions & 1 deletion src/ARte/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
]
CUSTOM_ALLOWED_HOSTS = env.list('DJANGO_ALLOWED_HOSTS', default=['*'])
ALLOWED_HOSTS += CUSTOM_ALLOWED_HOSTS

print(f"ALLOWED_HOSTS:{ALLOWED_HOSTS}")
# Application definition

INSTALLED_APPS = [
Expand All @@ -48,6 +48,7 @@
'users',
'core',
'docs',
#'django_extensions',
]

MIDDLEWARE = [
Expand Down

0 comments on commit 009563b

Please sign in to comment.