django-fobi/examples/simple/settings_docs.py

7 lines
124 B
Python
Raw Normal View History

2015-12-20 23:55:36 +00:00
from settings import *
INSTALLED_APPS = list(INSTALLED_APPS)
if 'foo' in INSTALLED_APPS:
INSTALLED_APPS.remove('foo')