app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 19 Apr 2009 22:50:30 +0000
changeset 2254 416da888eaa6
parent 54 03e267d67478
permissions -rwxr-xr-x
Added listing of accepted and rejected proposals to the organization proposal page. The link will redirect to the public page where comments can still be placed. Patch by: Madhusudan.C.S Reviewed by: Lennard de Rijk

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

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