app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 01 Feb 2009 17:21:46 +0000
changeset 1158 eefda5105ecd
parent 54 03e267d67478
permissions -rwxr-xr-x
ReadOnlyInput widget now shows text instead of a greyed-out input box. Patch by: Haoyu Bai Reviewed by: Lennard de Rijk

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

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