app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 05 Apr 2009 17:57:33 +0000
changeset 2083 a41d019a14c2
parent 54 03e267d67478
permissions -rwxr-xr-x
Disable E1002 pylint error in soc.views.helper.dynaform module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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

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