app/django/bin/django-admin.py
author James Levy <jamesalexanderlevy@gmail.com>
Sun, 28 Jun 2009 14:18:01 +0200
changeset 2431 800a020c9bcf
parent 54 03e267d67478
permissions -rwxr-xr-x
Added logic for Survey and SurveyRecord. The logic for the SurveyRecord will be seperated within the upcoming days. Patch by: James Levy, Daniel Diniz, Lennard de Rijk Reviewed by: Lennard de Rijk

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

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