diff options
author | parth | 2012-03-26 04:16:55 +0530 |
---|---|---|
committer | parth | 2012-03-26 04:16:55 +0530 |
commit | 64f86257d72d1f3507682f691bb17b49588b6431 (patch) | |
tree | 46d7f0cc2fa8a54ab3d952fc5b3838f7edc8a1dd | |
parent | 2fe2f8392528b6ae422a72f48b308bbf8cc0d0f3 (diff) | |
download | aloha-64f86257d72d1f3507682f691bb17b49588b6431.tar.gz aloha-64f86257d72d1f3507682f691bb17b49588b6431.tar.bz2 aloha-64f86257d72d1f3507682f691bb17b49588b6431.zip |
added crsipy forms
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index c42408a..f5f4b97 100644 --- a/settings.py +++ b/settings.py @@ -128,6 +128,7 @@ INSTALLED_APPS = ( # 'django.contrib.admindocs', #Third-Party Apps 'south', + 'crispy_forms', 'allotter', ) |