I am trying to run the django sample app but I don't know what version of django and oauth2client it requires. Running it with the latest does not work because these import paths no longer exist:
from django.core.management import execute_manager # deprecated in django 1.4
from oauth2client.contrib.django_orm import FlowField # possibly moved to django_utils?