django-fobi/examples/simple/settings_bootstrap3_theme_django17.py

8 lines
135 B
Python

from settings import *
INSTALLED_APPS = list(INSTALLED_APPS)
try:
INSTALLED_APPS.remove('south')
except Exception as e:
pass