an eBay-like e-commerce auction site that will allow users to post auction listings, place bids on listings, comment on those listings, and add listings to a “watchlist.”
- Go to the project directory and run
python manage.py migrate
- To start the server run
python manage.py runserver