maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH 1/3] Re-add the session application to the INSTA


From: Maxime Petazzoni
Subject: [Maposmatic-dev] [PATCH 1/3] Re-add the session application to the INSTALLED_APPS list.
Date: Sun, 6 Sep 2009 13:06:53 +0200

The session app is required for Django's good operation. Putting back
django.contrib.session into the INSTALLED_APPS list in the settings
ensures that the django_session table will be created by syncdb and that
the web application runs fine afterwards.
---
 www/settings.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/www/settings.py b/www/settings.py
index 7d0ad76..747742a 100644
--- a/www/settings.py
+++ b/www/settings.py
@@ -98,6 +98,7 @@ TEMPLATE_DIRS = (
 LOCAL_MEDIA_PATH = os.path.join(PROJECT_PATH, 'media')
 
 INSTALLED_APPS = (
+    'django.contrib.sessions',
     'www.maposmatic',
 )
 
-- 
1.6.3.3.210.g29cb3





reply via email to

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