Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.html

Optional features

- user wishlists/watchlist
- user comments/chat