From 2d644ac9de1cd652995d82a09ca3afa419f1c987 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 8 Feb 2015 22:55:47 +0100 Subject: [PATCH] Ass django-suit as default admin --- example/settings.py | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/example/settings.py b/example/settings.py index 5ecbe116..efb42d82 100644 --- a/example/settings.py +++ b/example/settings.py @@ -123,6 +123,7 @@ TEMPLATE_DIRS = ( ) INSTALLED_APPS = ( + 'suit', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', diff --git a/setup.py b/setup.py index 44c7ca9f..c3821879 100644 --- 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', -- 2.39.5