https://www.codeschool.com/courses/digging-into-django
The app displays a list of treasures with their images and descriptions that we've collected along our travels.
To build this app in the course we cover:
- Django template filters and adding a new detail page
- Django Forms and Model Forms
- Image Fields and image uploads
- User Authentication
- Django and AJAX to create a like button
A requirement for using Image Fields is installing Pillow, so this project won't work without it. You can install Pillow with pip - pip install Pillow