|
@@ -167,6 +167,8 @@ INSTALLED_APPS = (
|
|
'simple_dsl'
|
|
'simple_dsl'
|
|
)
|
|
)
|
|
|
|
|
|
|
|
+EXTRA_INSTALLED_APPS = tuple()
|
|
|
|
+
|
|
# A sample logging configuration. The only tangible logging
|
|
# A sample logging configuration. The only tangible logging
|
|
# performed by this configuration is to send an email to
|
|
# performed by this configuration is to send an email to
|
|
# the site admins on every HTTP 500 error when DEBUG=False.
|
|
# the site admins on every HTTP 500 error when DEBUG=False.
|
|
@@ -254,3 +256,4 @@ except ImportError:
|
|
pass
|
|
pass
|
|
|
|
|
|
TEMPLATE_DIRS = EXTRA_TEMPLATE_DIRS + TEMPLATE_DIRS
|
|
TEMPLATE_DIRS = EXTRA_TEMPLATE_DIRS + TEMPLATE_DIRS
|
|
|
|
+INSTALLED_APPS = INSTALLED_APPS + EXTRA_INSTALLED_APPS
|