Created new smart_settings app and move everything related to app settings to it
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Configuration options for the permissions app"""
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from main.api import register_settings
|
||||
from smart_settings.api import register_settings
|
||||
|
||||
register_settings(
|
||||
namespace=u'permissions',
|
||||
|
||||
Reference in New Issue
Block a user