app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 30 Jun 2009 17:55:43 +0200
changeset 2466 70854ec7909d
parent 54 03e267d67478
permissions -rwxr-xr-x
Reverted some changes in SurveyLogic. SurveyRecord logic is defined in its own module.

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

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