django
-
Setting up a Django Production Environment using Virtualenv and Fabric
13 June 2009 | 0 comments | Tagged as: Django Fabric Virtualenv
Why would you want to use Virtualenv and Fabric to set up your Django production environment?
Some of the major problems with setting up any environment are dependencies and their versions as well as ease of deployment. For Python, these problems can be address by a combination of the tools ...
Read more -
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 -
Setting up a web service with Django and SOAP
13 September 2009 | 0 comments | Tagged as: Django SOAP
With the increase of business to business (B2B) communication, the need for machine to machine software interaction over a network has become vital. Such a system is know as a Web Service and can take a variety of forms, specifications and protocols. One commonly used protocol for web services is ...
Read more


