app/django/bin/django-admin.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 28 Feb 2009 12:59:34 +0000
changeset 1558 5ff25327371e
parent 54 03e267d67478
permissions -rwxr-xr-x
Fixed a comment typo Patch by: Sverre Rabbelier

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

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