app/django/bin/django-admin.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 28 Mar 2009 20:19:18 +0000
changeset 2025 e44de18a2f5d
parent 54 03e267d67478
permissions -rwxr-xr-x
Remove two trailing comma's IE dies when there is a trailing comma in a js dictionary. Patch by: Sverre Rabbelier

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

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