app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 20 Feb 2009 10:12:03 +0000
changeset 1411 92ced55eb16f
parent 54 03e267d67478
permissions -rwxr-xr-x
Footer of melange now resizes properly. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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

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