app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 15 Sep 2009 20:57:46 +0200
changeset 2923 2d0b36ef4330
parent 54 03e267d67478
permissions -rwxr-xr-x
Enabled the GHOPStudent view in the GHOP module.

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

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