app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 15 Apr 2009 16:05:29 +0000
changeset 2186 eeb26c67cffa
parent 54 03e267d67478
permissions -rwxr-xr-x
Add missing responses import and replace usage of helper.responses with just responses in soc.views.models.student module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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

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