summaryrefslogtreecommitdiff
path: root/urls.py
AgeCommit message (Collapse)Author
2013-02-01Adapt example_project to avoid unicode characters.Étienne Loks
Temporary fix to prevent a Django bug. cf. https://code.djangoproject.com/ticket/18091
2012-10-09Integration of Alban Tiberghien <alban.tiberghien@gmail.com> changes to make ↵Étienne Loks
the application more 'pip' and 'virtualenv' friendly Changes has been integrated in alternate files 'local_settings.py.pip.sample' and 'apache-wsgi-pip.conf' in order to not conflict with installation not using 'pip'. The changes are: - Add django-extensions - Install tinymce as 3rd app - Minor fix in jquery path - Fix shabang in order to work with virtual environment As I want to minimise the size of the tracked files in the Git repository jQuery-UI files were not included (as a small fix Google CDN is set by default for jquery-UI).
2012-05-16Fix RSS feeds for django 1.4 - reintegrate them in the main applicationÉtienne Loks
2012-04-17Work on rss feeds (refs #324)Étienne Loks
2012-02-15Use staticfiles (refs #315)Étienne Loks
2012-02-15Work on reorganization (refs #316)Étienne Loks
2012-02-15Large reorganization (refs #316), south migration script to new model names ↵Étienne Loks
(refs #319)