app/django/bin/django-admin.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 06 Apr 2009 22:53:47 +0000
changeset 2101 d6250eac3ab0
parent 54 03e267d67478
permissions -rwxr-xr-x
Fixed bug introduced by fixing a pylint error Here first was very much intentionally set to None, as later on we check if it is none in an 'first if first else exception' statement. Patch by: Sverre Rabbelier

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

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