Use django's built-in auth system instead of letting the admin carry the load.
Add constraint so that a user can only bookmark a URL once.
Add tagging for bookmarks (admin only for now)
Basic bookmarks model and a list view, along with the beginnings of view templates.