7 lines
133 B
Python
7 lines
133 B
Python
try:
|
|
from .local_settings import *
|
|
except ImportError:
|
|
from .default_settings import *
|
|
|
|
|
|
INSTALLED_APPS += POLYPHONIC_MODULES |