app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 05 Dec 2008 22:54:43 +0000
changeset 668 77f9a6ea6e67
parent 54 03e267d67478
permissions -rwxr-xr-x
Some style and typo fixes in different modules. Patch by: Pawel Solyga

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

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