Mentor buttons only show up depending on if you are already on the possible mentors list.
Also made the textual changes stated in a comment on r2250.
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()