Use django's built-in auth system instead of letting the admin carry the load.
Add some basic alert styling for login forms.
Add constraint so that a user can only bookmark a URL once.
get import and export of bookmarks working
Add django-import-export and django-extensions
pycharm project update for browsing sqlite
Add tagging for bookmarks (admin only for now)
Add django-taggit to project
Basic bookmarks model and a list view, along with the beginnings of view templates.
Vendor picocss to get a little styling for basic templates
Move nanodjango to my fork that fixes argument passing for views until it gets applied upstream.
Add PyCharm project files.
Add nanodjango and django to project.
create a sandbox to work on fischer