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