app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 06 Dec 2008 22:34:25 +0000
changeset 692 28c652eef017
parent 54 03e267d67478
permissions -rwxr-xr-x
Reset the RELEASE_TAG to None (unreleased) now that the 0.1a20081206 release candidate branch has been created. Patch by: Pawel Solyga

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

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