app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 15 Apr 2009 15:56:17 +0000
changeset 2185 09ca8e661728
parent 54 03e267d67478
permissions -rwxr-xr-x
Fix too long line and redefining variable 'review' from outer scope in soc.views.models.student_proposal 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()