Skip to content
Snippets Groups Projects
settings_all.py 239 B
Newer Older
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from _settings_i18n import *  # noqa
from settings_cms import *  # noqa

ROOT_URLCONF = 'myapp_all.urls'
INSTALLED_APPS.remove('myapp_cms')
INSTALLED_APPS.append('myapp_all')