app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 13 Feb 2009 11:46:06 +0000 (2009-02-13)
changeset 1293 d5ea34c4fc43
parent 54 03e267d67478
permissions -rwxr-xr-x
Only a club admin should see resign as club admin in the sidebar. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
#!/usr/bin/env python
from django.core import management

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