rumine-web/rumine/settings/production.py

9 lines
95 B
Python
Raw Normal View History

2024-03-13 07:49:06 +01:00
from .base import *
DEBUG = False
try:
from .local import *
except ImportError:
pass