app/django/bin/django-admin.py
author Todd Larsen <tlarsen@google.com>
Mon, 28 Jul 2008 21:27:52 +0000
changeset 61 b0d38b0f8276
parent 54 03e267d67478
permissions -rwxr-xr-x
Change the MIME type of the remaining .html files to text/html

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

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