| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-30 | Refs #1184 -- Reformatted code with Black. | django-bot | |
| 2022-03-09 | Updated to Django 3.2. | Mariusz Felisiak | |
| 2014-12-30 | Big refactor that combines www and docs. | Jannis Leidel | |
| This was somewhat triggered by #229 since it showed that the hybrid project layout for www and docs was arbitrary and not conductive for ease of contribution. - this introduces django-hosts for true host level URL reversal - adds /400/, /403/, /404/ and /500/ pages fro testing the error pages - fixes #229 by cleaning up the header and footer includers between hosts - uses URL reversal everywhere - renames the "project" to "djangoproject" - splits the settings into prod and dev for easier separation of settings without - moved static, templates and project fixtures into project dir | |||
| 2013-02-05 | Upgrade Django. Switch to the new project layout. | Aymeric Augustin | |
| 2011-01-27 | Made the manage.py work for the docs site too. | Jacob Kaplan-Moss | |
| 2010-10-11 | Ubuntu isn't happy with the -Wall command to /usr/bin/env python | Justin Lilly | |
| Returns no such file or directory. I think this may have to do with passing arguments to /usr/bin/env, as it is interpreting the arguments for itself, not for python. Providing a -- in between didn't help things either. | |||
| 2010-10-11 | Refactored docs from a separate project into django_website/docs. | Jacob Kaplan-Moss | |
