app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 22 Jan 2009 16:05:49 +0000
changeset 902 0cc7a76f0eb3
parent 54 03e267d67478
permissions -rwxr-xr-x
Fixed one style error and one typo. Patch by: Lennard de Rijk

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

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