4 changed files with 4 additions and 1 deletions
@ -0,0 +1,3 @@
|
||||
from .base import * |
||||
|
||||
ALLOWED_HOSTS = ['*'] |
Loading…
Reference in new issue
@ -0,0 +1,3 @@
|
||||
from .base import * |
||||
|
||||
ALLOWED_HOSTS = ['*'] |