Posts Tagged ‘Django’

2009-08-29

The following is a set of online and printed resources that we believe can be useful in daily Django and Python development, inlcluding Django editor and IDE, web server and database setups, templating engines, and google app engine.

Tags: .
2009-08-26

When I try to follow the example from <Python Web Development with Django>, to set up the Automatic admin Application, I face this problem “No module named urls “:

Tags: ,,.