Posts Tagged ‘django’

Extending the for loop in Django templates

Django comes with an excellent templating language which has many built-in template tags and filters. Although it is very powerful already there are a few scenarios which cannot be solved, yet. As far as I know the for-loop can only iterate over a list of objects. You are not able to use a C-like for-loop [...]

Tags: , , , ,

Where to host websites powered by Python and Django

As this blog is dedicated to web development powered by Python and Django my first article consequently is going to try to answer the first question you probably ask yourself when planning to create a Django powered Website: “Where can I host my stuff?”

Tags: , ,