Re: "submit" and urls.py fail after moving site from runserver to Apache

2009-01-09 Thread rabbi
Hi Malcolm, I definitely am "starting out", I'm a complete web dev noob... but I was under the impression that I was using GET & POST correctly. I thought GET should be used when the action results in no state change on the server side (e.g. retrievals, queries, etc) and POST was used to alter the

Re: "submit" and urls.py fail after moving site from runserver to Apache

2009-01-07 Thread Malcolm Tredinnick
On Wed, 2009-01-07 at 11:12 -0800, rabbi wrote: [...] > I have a submit input on one of my pages and when I run the site on > runserver it still works fine (I just tried it now) > However, when I run the exact same site on Apache the url that is > returned by "submit" is different, and this obvi

"submit" and urls.py fail after moving site from runserver to Apache

2009-01-07 Thread rabbi
Hi, I followed the django tutorial and got my site running on runserver + sqlite3 with no problems I then moved the site onto apache + mod_python and (after receiving some help from this group) managed to get the same site semi-running The admin page, home page, and a few others are working as t