summaryrefslogtreecommitdiffstats
path: root/manage.py
AgeCommit message (Collapse)AuthorFilesLines
2019-01-21Switch shebang for Python 3 supportJelle van der Waa1-1/+1
2012-03-23Bump requirements to Django 1.4 and add new manage.pyDan McGee1-10/+6
The default manage.py script has been updated in Django 1.4, and the old version and functions it calls is deprecated. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-10-05Make manage.py use python2 binaryDan McGee1-1/+3
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-12-29Massive retab fest.eliott1-0/+3
Also added vim command comment to the end of files.
2007-11-03Initial import for public release...eliott1-0/+11
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!