Re: Gradually porting an established site to Django

2008-05-08 Thread Valts Mazurs
Hi, Nick, I would recommend to use webserver tools to route the traffic to different handlers. For example, to handle legacy URLs for bsdradius.org I use mod_redirect in lighttpd: - # legacy urls url.redirect = ( "index\.php$" => "/", "about\.php$" => "/about/",

Gradually porting an established site to Django

2008-05-08 Thread Nick Mellor
Hi all, I'm a CS-graduate, but out of the game for a while, and a beginner at web programming. I've written database apps to generate static HTML pages. I could do with some pointers. I have a working site, written by someone else, to maintain and develop: www.behandlerlisten.dk It's a site fo