6 lines
83 B
Python
6 lines
83 B
Python
from .base import * # noqa: F401,F403
|
|
|
|
DEBUG = True
|
|
|
|
INTERNAL_IPS = ["127.0.0.1"]
|