app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 15 Dec 2008 01:15:32 +0000
changeset 755 1ed041c0cdc6
parent 54 03e267d67478
permissions -rwxr-xr-x
Remove unused imports and variables in different soc.views.models modules. Patch by: Pawel Solyga

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

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