app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 02 Jul 2009 12:43:06 +0200
changeset 2482 0e544df4d925
parent 54 03e267d67478
permissions -rwxr-xr-x
Added updateOrCreateFromFields method to SurveyRecordLogic. The reading of the fields from the POST request will not happen in this Logic anymore.

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

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