allowed hosts
This commit is contained in:
parent
0d319eb724
commit
4cf4c4661d
@ -1,5 +1,7 @@
|
|||||||
from .base import *
|
from .base import *
|
||||||
|
|
||||||
|
ALLOWED_HOSTS = ['*']
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
|
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user