app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 08 Mar 2009 13:10:38 +0000
changeset 1739 19f1bb7ae615
parent 54 03e267d67478
permissions -rwxr-xr-x
Some style fixes for the student proposal review template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

#!/usr/bin/env python
from django.core import management

if __name__ == "__main__":
    management.execute_from_command_line()