summaryrefslogtreecommitdiff
path: root/manage.py
AgeCommit message (Collapse)Author
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-03-09Updated to Django 3.2.Mariusz Felisiak
2014-12-30Big 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-05Upgrade Django. Switch to the new project layout.Aymeric Augustin
2011-01-27Made the manage.py work for the docs site too.Jacob Kaplan-Moss
2010-10-11Ubuntu isn't happy with the -Wall command to /usr/bin/env pythonJustin 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-11Refactored docs from a separate project into django_website/docs.Jacob Kaplan-Moss