app/django/bin/django-admin.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 02 Jun 2009 19:23:06 +0200
changeset 2383 6ca37aa4c33e
parent 54 03e267d67478
permissions -rwxr-xr-x
Temporary turn off GMaps support on Organization home pages until it's fixed. Currently not all markers and polyline connections between students and mentors show up.

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

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