Use build-in django 1.0.x on deployed version of Melange.
commit347d8067fb6cfa62f7ce83a5413d83afc798346a
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 19 Jun 2009 18:19:03 +0000 (19 20:19 +0200)
committerPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 19 Jun 2009 18:19:03 +0000 (19 20:19 +0200)
tree00349e18f2f15e497fce0294f45843e67665c0ed
parent0f37ed114db73209ca0f5052b46cc80de41881ee
Use build-in django 1.0.x on deployed version of Melange.

Using SDK (Development server) right now we are still using django.zip when running from build folder and django folder when running from app folder. django.zip file is still uploaded when deploying the app but it's not used. We might totally get rid of django folder and django.zip soon (discussion needed).
app/gae_django.py