HTML/CSS/Django stack enables a dynamic database for product auctions (like ebay) and user authentication, enabling user specific HTML returns.
TODO
To run this project, you'll need:
- Python
- Django framework. Install via pip:
pip install django
- Browse listings. Register an account to create listings, comment on listings, place bids, and add listings to your watchlist.
- To setup your own database:
python manage.py migrate - If changes are made to the models:
python manage.py makemigrations auctions