app/django/bin/django-admin.py
author Madhusudan C.S. <madhusudancs@gmail.com>
Mon, 25 May 2009 23:42:56 +0200
changeset 2347 c5a397f57d65
parent 54 03e267d67478
permissions -rwxr-xr-x
Added several models related to the GHOP workflow. These models will form the base of the GHOP infrastructure together with the already commited task model. Reviewed by: Lennard de Rijk

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

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