7 lines
67 B
Python
7 lines
67 B
Python
from .base import *
|
|
|
|
DEBUG = True
|
|
|
|
ALLOWED_HOSTS += ['localhost']
|
|
|