app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 27 May 2009 00:31:40 +0200
changeset 2359 d4de17ab9a1f
parent 54 03e267d67478
permissions -rwxr-xr-x
Style and variable names fixes in soc.modules.core module.

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

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