Page | created at | |
---|---|---|
Version Control with SVK | Oct. 22, 2005, 1:28 a.m. | |
Version Control with SVK ist ein Online-Buch über SVK - ein verteiltes Versionssystem, das sehr gut mit SVN und CVS (unter anderem) harmoniert. Und gerade für die Arbeit mit Patches für Upstream-Systeme und für lokale Forks von Open Source Software eine ziemliche Erleichterung bietet. Das Buch ... | ||
Programmierung, Sysadmin | ||
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 |