Sunday, February 17, 2013

Installing, using Django



I followed the advice to make the admin site come up:

"It's most likely to be a django.contrib.sites app problem. If you are running only one site you can comment this app on your INSTALLED_APPS"

from

http://stackoverflow.com/questions/6131606/django-doesnotexist-admin


https://developers.google.com/appengine/docs/python/gettingstartedpython27/