Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

The Treasuregram Sample App created in the Digging into Django course.

Notifications You must be signed in to change notification settings

codeschool/DiggingIntoDjango-TreasuregramSampleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Digging Into Django - Treasuregram Sample App

The Treasuregram Sample App created in the Digging into Django course:

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:

  1. Django template filters and adding a new detail page
  2. Django Forms and Model Forms
  3. Image Fields and image uploads
  4. User Authentication
  5. 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

About

The Treasuregram Sample App created in the Digging into Django course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published