>
> What does the line "return HttpResponseRedirect("/places/edit/%i/" %
> new_place.id)" mean? Why do we redirect to .../edit/... ? Does this
> mean I have to create a view for this url? I am very confused about
> this and I need clarification. Thanks.
>   
The  "/places/edit/%i/" will simply be picked up by a URL conf entry and 
treated as a normal URL

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to