django-fobi/examples/simple/settings_docs.py
2015-12-21 00:55:36 +01:00

6 lines
124 B
Python

from settings import *
INSTALLED_APPS = list(INSTALLED_APPS)
if 'foo' in INSTALLED_APPS:
INSTALLED_APPS.remove('foo')