Docker
This commit is contained in:
parent
3ddc757e25
commit
74189f1f4e
4 changed files with 52 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ DATABASES = {
|
|||
DEBUG = True
|
||||
|
||||
# Mandatory !
|
||||
ALLOWED_HOSTS = ['127.0.0.1','note.comby.xyz']
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
# Emails
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue