6 nov 2008 kl. 06.12 skrev Low Kian Seong:
>
> Dear all,
>
> Here is the excerpt of my urls.py
>
> (r'^stocks_edit/(?P\d+)/?$', create_update.update_object,
> dict(stock_information,
>post_save_redirect="/")),
>
I don't know about your specific problem, but I can see at least one
Dear all,
Here is the excerpt of my urls.py
(r'^stocks_edit/(?P\d+)/?$', create_update.update_object,
dict(stock_information,
post_save_redirect="/")),
I can edit the object fine and I expect it to be redirected to
http://localhost/ but it keeps on getting redirected to
http://l
2 matches
Mail list logo