Elements tagged with: python

skip over the calendar

Page created at
very simple view functions Oct. 22, 2005, 1:11 a.m.
Sometimes you have a bunch of really simple view functions in your django project (yes, this is for your, bitprophet! ;-)). View functions that are actually not more than just a rendertoresponse call - take a template, take some data from the request, stuff them in and render a response. It's rather ...
Django, Programmierung, Python