From 076ecc3aebb263df25e0f03ab35cfccd7cb2ef3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Larchev=C3=AAque?= Date: Wed, 30 Mar 2011 15:19:12 -0400 Subject: [PATCH] auth restait une vieille reference --- buildout.cfg | 2 +- project/settings.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 82eefad..e0d6adf 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -21,7 +21,7 @@ django-admin-tools = 0.4.0 django = 1.2.5 south = 0.7 auf.django.skin = 0.15dev -auf.django.auth = 0.5.1dev +auf.django.auth = 0.5.2dev [django] recipe = auf.recipe.django diff --git a/project/settings.py b/project/settings.py index 9a36715..6916412 100644 --- a/project/settings.py +++ b/project/settings.py @@ -13,7 +13,6 @@ ADMINS = ( ) MANAGERS = ADMINS -USERS_AS_STAFF = True TIME_ZONE = 'Canada/Montreal' -- 1.7.10.4