app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 15 Dec 2008 01:10:32 +0000 (2008-12-15)
changeset 751 16dffe0b6336
parent 54 03e267d67478
permissions -rwxr-xr-x
Fix inheritance in soc.models.base module. FieldsProxy inherited from DbModelForm which was deleted in previous commits (replace that with BaseForm). Patch by: Pawel Solyga
#!/usr/bin/env python
from django.core import management

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