5 lines
76 B
Python
5 lines
76 B
Python
|
|
from .base import * # noqa: F401, F403
|
||
|
|
|
||
|
|
DEBUG = True
|
||
|
|
ALLOWED_HOSTS = ['*']
|