We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb6582 commit ad73da1Copy full SHA for ad73da1
1 file changed
files/dash_settings.py
@@ -15,11 +15,20 @@
15
16
CACHE_BACKEND = 'dummy://'
17
18
-# Add nixon to dash installation.
+# Add nixon + other apps to dash installation.
19
INSTALLED_APPS = (
20
-'dashboard.nixon',
+ 'dashboard',
21
+ 'dashboard.nixon',
22
+ 'django.contrib.contenttypes',
23
+ 'django.contrib.sessions',
24
+ 'django.contrib.messages',
25
+ 'django.contrib.staticfiles',
26
+ 'django_openstack',
27
+ 'django_openstack.templatetags',
28
+ 'mailer',
29
)
30
31
+
32
# Send email to the console by default
33
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
34
# Or send them to /dev/null
0 commit comments