app/django/bin/django-admin.py
author James Levy <jamesalexanderlevy@gmail.com>
Mon, 25 May 2009 02:23:42 +0200
changeset 2340 f835e39b4dbc
parent 54 03e267d67478
permissions -rwxr-xr-x
Add an EditForm id to the edit form

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

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