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