app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 29 Jun 2009 23:16:21 +0200
changeset 2452 4abc27894b61
parent 54 03e267d67478
permissions -rwxr-xr-x
Added two missing imports to the Project and Grading Surveys views.

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

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