]> git.parisson.com Git - teleforma.git/commitdiff
Ass django-suit as default admin
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 8 Feb 2015 21:55:47 +0000 (22:55 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 8 Feb 2015 21:55:47 +0000 (22:55 +0100)
example/settings.py
setup.py

index 5ecbe116e8d1049c32dfbf16c86b0306c7d87c8d..efb42d82b1466f2c08fbff75293dcd522d0cdae2 100644 (file)
@@ -123,6 +123,7 @@ TEMPLATE_DIRS = (
 )
 
 INSTALLED_APPS = (
+    'suit',
     'django.contrib.auth',
     'django.contrib.contenttypes',
     'django.contrib.sessions',
index 44c7ca9f11fb88602e147694d18bbc619bbdba8d..c38218795d5c54d22dc3d809e06bf60008ca0445 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,7 @@ setup(
         'django-registration',
         'django-extra-views',
         'django-simple-captcha',
+        'django-suit',
   ],
   platforms=['OS Independent'],
   license='CeCILL v2',