maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH] Fixed incomplete session management stuff.


From: David Decotigny
Subject: [Maposmatic-dev] [PATCH] Fixed incomplete session management stuff.
Date: Sun, 6 Sep 2009 17:15:45 +0200

Allows to support the full session storage facility. IMPORTANT: run
manage.py syncdb to update the DB !
---
 www/settings.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/www/settings.py b/www/settings.py
index 7d0ad76..10012d7 100644
--- a/www/settings.py
+++ b/www/settings.py
@@ -99,6 +99,7 @@ LOCAL_MEDIA_PATH = os.path.join(PROJECT_PATH, 'media')
 
 INSTALLED_APPS = (
     'www.maposmatic',
+    'django.contrib.sessions',
 )
 
 formatter = logging.Formatter("%(name)s - %(asctime)s - %(levelname)s - 
%(message)s")
-- 
1.6.0.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]