From 297419f370ea87458017ee506a2e551e9068b66b Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 17 Nov 2013 19:15:30 +0200 Subject: Swicthing machines --- motor/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'motor/settings.py') diff --git a/motor/settings.py b/motor/settings.py index d085f13..612efee 100644 --- a/motor/settings.py +++ b/motor/settings.py @@ -130,7 +130,8 @@ INSTALLED_APPS = ( #'django.contrib.admin', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', - 'apps.core', 'apps.docs', 'apps.checkin', 'apps.troubleshooting' + 'bootstrap3', + 'apps.core', 'apps.docs', 'apps.checkin', 'apps.issues' ) # A sample logging configuration. The only tangible logging -- cgit v1.2.3