↧
Installing Django with Apache and mod_wsgi on Ubuntu 10.04
Step by step instructions for installing Django with Apache and mod_wsgi on Ubuntu 10.04. PART 1 – Prepare the server Update the server > sudo apt-get update > sudo apt-get upgrade Install Apache...
View ArticleHow to use sessions on Google App Engine with Python and gae-sessions?
Google App Engine with Python does not provide built in session capabilities. This step by step walkthrough sets up a Google App Engine app using the lightweight gae-sessions utility. 1. Download...
View Article