https://github.com/robincpc/django_treasuregram
Django course from Code School
https://github.com/robincpc/django_treasuregram
django python web-application
Last synced: about 1 year ago
JSON representation
Django course from Code School
- Host: GitHub
- URL: https://github.com/robincpc/django_treasuregram
- Owner: RobinCPC
- License: mit
- Created: 2017-11-18T06:00:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T10:15:39.000Z (over 8 years ago)
- Last Synced: 2025-02-08T15:46:34.397Z (about 1 year ago)
- Topics: django, python, web-application
- Language: Python
- Size: 3.57 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django_treasuregram (Build a Pinterest-Like Web App)
## Django course from Code School
* Landing Page - List all pictures with `like` button.

* Detail Page - Show the detail of one picture.

* Login Page - Login with GitHub, Twitter, or Facebook (OAuth).

* Personal Page - Show pictures uploaded by certain user.

* Upload Form - Provide an upload form (according to Database).
