app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 26 Feb 2009 20:29:09 +0000
changeset 1538 b1ab0ec9c950
parent 54 03e267d67478
permissions -rwxr-xr-x
Changed access checks for group applications to allow reviewing of rejected applications. Just in case the user made a mistake :). 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()