Deploying Problem: ViewDoesNotExist

2007-07-26 Thread o.elias
Hi! I deployed my app using Apache and mod_python and have the same problem as described in Ticket #4889. (ViewDoesNotExist-Exception; module object has no attribute models), but every combination of PythonPath-Entries didn't help. Something "strange": After calling the Django-Admin-App (http://

Re: FORMS help needed

2007-09-07 Thread o.elias
Hi! Everything after the '?' in the url is post using the GET array. The regular expression of yor url config ignores these parameters and should simply be (r'^showuser/$)', show) to match on the url sent by the form. To get the GET-data sent by the form, use something like this: def show(reque