app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 30 Nov 2008 15:25:07 +0000
changeset 621 21aea6e45a9d
parent 54 03e267d67478
permissions -rwxr-xr-x
Fix too long lines in soc.model.work. Patch by: Pawel Solyga

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

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