app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 02 Jul 2009 16:51:31 +0200
changeset 2490 5aa7b281fdc7
parent 54 03e267d67478
permissions -rwxr-xr-x
Added the possibility to change the action of the form on the Survey take page.

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

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