Django for Designers/Whats next: Difference between revisions

Content added Content deleted
imported>Paulproteus
No edit summary
imported>Paulproteus
Line 2:
 
=== Updating and deleting bookmarks (the last two parts of CRUD) ===
 
Deleting
 
* If user is logged in, add a button for delete next to each bookmark
* That buttton, if clicked, POSTs to a new view, and that view then redirects back to the home page
 
Updating
 
* there is an "update" link
* this goes to a bookmark.html-like page, but with the form fields
* When you submit that, it saves, and redirects you to /
 
=== Handling user-uploaded media ===