Fix Membership.__unicode__.
[xnet] / xnet / settings.py
index 595dd99..4260933 100644 (file)
@@ -140,9 +140,11 @@ INSTALLED_APPS = (
     'django.contrib.admin',
 
     'django_authgroupex',
+    'crispy_forms',
     'xnet.site',
     'xnet.accounts',
     'xnet.news',
+    'xnet.events',
     'xnet.example',
 )
 
@@ -174,3 +176,5 @@ LOGGING = {
         },
     }
 }
+
+CRISPY_TEMPLATE_PACK = 'bootstrap'