Django is a popular framework for the Python programming language.
3
votes
1answer
55 views
Migrate from Google App Engine
I'm working with the app engine platform, python 2.5.x and Django, and I'm looking for other solution to host my web app.
Can you suggest me blog, or websites who explain how to install a such ...
0
votes
0answers
261 views
Alternative to Django Admin pages
I need to write a simple database editor and I like the customizable Admin pages of Django. I still wonder if there is an alternative that would allow me to define my models (or use something like ...