use crispy_forms
authorCorentin Wallez <corentin@wallez.net>
Sat, 2 Feb 2013 18:49:02 +0000 (18:49 +0000)
committerCorentin Wallez <corentin@wallez.net>
Sat, 2 Feb 2013 18:49:02 +0000 (18:49 +0000)
requirements.txt
xnet/settings.py

index 5203206..4e5feee 100644 (file)
@@ -1,4 +1,5 @@
 https://www.djangoproject.com/download/1.5c1/tarball/#egg=Django
 django_authgroupex
 django-xworkflows
+django-crispy-forms
 pil
index 233557b..4260933 100644 (file)
@@ -140,6 +140,7 @@ INSTALLED_APPS = (
     'django.contrib.admin',
 
     'django_authgroupex',
+    'crispy_forms',
     'xnet.site',
     'xnet.accounts',
     'xnet.news',
@@ -175,3 +176,5 @@ LOGGING = {
         },
     }
 }
+
+CRISPY_TEMPLATE_PACK = 'bootstrap'