Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sir-ragna/auction
Auction site to learn Django authentication, modelforms, image uploads and many-to-many relations.
https://github.com/sir-ragna/auction
Last synced: 8 days ago
JSON representation
Auction site to learn Django authentication, modelforms, image uploads and many-to-many relations.
- Host: GitHub
- URL: https://github.com/sir-ragna/auction
- Owner: sir-ragna
- Created: 2021-12-05T11:28:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T21:15:29.000Z (about 3 years ago)
- Last Synced: 2024-11-14T01:31:40.554Z (2 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Action site
- User login
* Use models and ModelForms (not separate forms) https://towardsdatascience.com/build-a-user-authentication-web-app-with-python-and-django-c60000148724
- Auction listings
* User uploadable images (https://www.youtube.com/watch?v=ygzGr51dbsY&t=683s)
- User bids on auction listings. Many to Many relation. Example: https://auction-website.readthedocs.io/en/latest/4.model-layer.htmlOptional features
- user wishlists/watchlist
- user comments/chat