app/django/bin/django-admin.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 13 Dec 2008 13:09:06 +0000
changeset 734 1ebd40380aa5
parent 54 03e267d67478
permissions -rwxr-xr-x
Make the place of the rights declaration consistent Other code places it at the top, so we should do that in notification as well. Patch by: Sverre Rabbelier

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

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