enabled nagios/kairos modules but leave nav tabs disabled
authorScott Baker <smbaker@gmail.com>
Tue, 3 Jun 2014 23:29:23 +0000 (16:29 -0700)
committerScott Baker <smbaker@gmail.com>
Tue, 3 Jun 2014 23:29:23 +0000 (16:29 -0700)
planetstack/planetstack/settings.py

index cddc5d1..63af805 100644 (file)
@@ -144,8 +144,8 @@ INSTALLED_APPS = (
     'hpc',
     'requestrouter',
     'cassandra',
-#    'kairos',
-#    'nagios',
+    'kairos',
+    'nagios',
     'syndicate',
     'geoposition',
 )