Searched refs:INSTALLED_APPS (Results 1 – 1 of 1) sorted by relevance
241 INSTALLED_APPS = ( variable268 INSTALLED_APPS = INSTALLED_APPS + ('fresh',) variable279 INSTALLED_APPS = INSTALLED_APPS + ('debug_toolbar','debug_panel',) variable309 if ("views.py" in t[2] or "models.py" in t[2]) and not modulename in INSTALLED_APPS:310 INSTALLED_APPS = INSTALLED_APPS + (modulename,) variable