app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 08 Mar 2009 17:19:25 +0000
changeset 1752 255117ccd6a0
parent 54 03e267d67478
permissions -rwxr-xr-x
The student proposal public page can now be used to place a public comment. Developers, Hosts, and the student/org_admin/mentor that this proposal is from/directed to can leave a comment. All the comments placed will show up on the review page aswell, and vica versa. 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()