app/django/bin/django-admin.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 03 Mar 2009 22:45:32 +0000
changeset 1608 ddef5428d3c9
parent 54 03e267d67478
permissions -rwxr-xr-x
Added a possible_mentors property to the StudentProposal. Also set the name and [min,max] score for the RankList. 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()