From 2cb48fb94cbd43226b279f45d87840130ee44236 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 Dec 2010 11:21:48 +0100 Subject: Correct a bad cleaning of the source code. --- chimere/main/views.py | 1 - docs/en/INSTALL.t2t | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/chimere/main/views.py b/chimere/main/views.py index 5d13dcb..db31e92 100644 --- a/chimere/main/views.py +++ b/chimere/main/views.py @@ -201,7 +201,6 @@ def welcome(request, display=None): news += list(Marker.objects.filter(q).all()) news.sort(key=lambda x:x.date, reverse=True) response_dct['news_lst'] = news - n = news[0] return loader.render_to_string('welcome.html', response_dct) def submited(request, area_name="", action=""): diff --git a/docs/en/INSTALL.t2t b/docs/en/INSTALL.t2t index 831b406..2d6bb4b 100644 --- a/docs/en/INSTALL.t2t +++ b/docs/en/INSTALL.t2t @@ -31,7 +31,7 @@ Optionaly (but recommanded): - [tinymce http://tinymce.moxiecode.com/] -The simpliest way to obtain these packages is to get them from your favorite Linux distribution repositories (for instance python, python-django, python-beautifulsoup, tinymce, apache2, libapache2-mod-python, libgeos-3.2.0, proj, gdal-bin, python-psycopg2, python-imaging, postgresql-8.4 and postgresql-8.4-postgis packages for Debian Squeeze). If these packages do not exist in your distribution's repository, please refer to the applications' websites. +The simpliest way to obtain these packages is to get them from your favorite Linux distribution repositories (for instance python, python-django, python-beautifulsoup, tinymce, apache2, libapache2-mod-python, libgeos-3.2.0, proj, gdal-bin, python-psycopg2, python-imaging, gettext, postgresql-8.4 and postgresql-8.4-postgis packages for Debian Squeeze). If these packages do not exist in your distribution's repository, please refer to the applications' websites. +++ Database configuration +++ -- cgit v1.2.3