comparison README @ 94:c1b77f07f644

replace shipped file unicodecsv.py with the module of the same name
author souliane <souliane@mailoo.org>
date Tue, 23 Jun 2015 18:34:14 +0200
parents 1fb1e233d63f
children b1c16cd53b62
comparison
equal deleted inserted replaced
93:9ae3d9c8b28a 94:c1b77f07f644
38 38
39 To run the website you need: 39 To run the website you need:
40 40
41 - Django 1.7.3 or superior ( https://www.djangoproject.com ) 41 - Django 1.7.3 or superior ( https://www.djangoproject.com )
42 - Django application "markdown_deux" ( https://github.com/trentm/django-markdown-deux ) 42 - Django application "markdown_deux" ( https://github.com/trentm/django-markdown-deux )
43 - Python module unicodecsv ( https://github.com/jdunck/python-unicodecsv )
43 44
44 ** SETTINGS ** 45 ** SETTINGS **
45 46
46 Please check the local_settings.py file which is distributed in the sat_website directory. 47 Please check the local_settings.py file which is distributed in the sat_website directory.
47 This is a template describing and initialising all settings. 48 This is a template describing and initialising all settings.