Django Admin on GAE
Did you ever wanted to run Django’s Admin interface on Google’s App Engine?
Now you can and we have made a live sample so you can clone, try and use it.
Here is what you want to know
This is running thanks to the projects listed below:
djangoappengine
django-nonrel
The real thing, a live sample
https://github.com/stockrt/djangoadminongae
http://djangoadminongae.appspot.com/admin
Starting your fresh project
Here you can find a djangoappengine bootstrap script to start a fresh
project like this one but with the newest possible versions of all deps. The
same script was used to create this sample project.