Add school name and school country properties to Student Role. For now we will use this solution, and hopefully soon we will introduce new School model.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()