mod-wsgi
-
Django, Mod Wsgi and Python Eggs
13 July 2009 | 0 comments | Tagged as: Django mod-wsgi
Python Eggs are a method of aggregating a project together with any additional required information, allowing it to become a self contained module for other projects. There use in Python is similar to that of the Jar format in the Java programming language.
If you receive the follow errors in ...
Read more


