6 lines
150 B
Python
6 lines
150 B
Python
from __future__ import unicode_literals
|
|
|
|
from .classes import Namespace, Setting # NOQA
|
|
|
|
default_app_config = 'smart_settings.apps.SmartSettingsApp'
|