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://
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
2 matches
Mail list logo