diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-03 17:30:58 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-03 17:30:58 +0200 | 
| commit | 95c2cf33370ac73cfab6963d54d2a5bc8728d7a8 (patch) | |
| tree | a9d415d60bb689c6af40c4427d40c9ca8177f3ca /example_project/settings.py | |
| parent | 4f4ea768d9d72b96bcf826c525ed1b066191b11b (diff) | |
| parent | c50c0e4e5701b9926fbdad82b4ae54964a9283bb (diff) | |
| download | Ishtar-95c2cf33370ac73cfab6963d54d2a5bc8728d7a8.tar.bz2 Ishtar-95c2cf33370ac73cfab6963d54d2a5bc8728d7a8.zip | |
Merge branch 'master' into v0.9
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index 98eb14e9e..88738b479 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -237,6 +237,8 @@ JQUERY_UI_URL = STATIC_URL + "js/jquery-ui/"  if DEBUG_TOOLBAR: +    if '..' not in sys.path: +        sys.path.insert(0, '..')      global DEBUG_TOOLBAR_PANELS      global DEBUG_TOOLBAR_CONFIG      MIDDLEWARE_CLASSES += ['debug_toolbar.middleware.DebugToolbarMiddleware'] | 
