app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 Aug 2008 23:39:58 +0000
changeset 76 d9ac37396b1c
parent 54 03e267d67478
permissions -rwxr-xr-x
Changed name of the custom logo file. Now file name describes better image content.

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

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