Django Application used for secure online auctions.
git clone https://github.com/Bot-7037/AuctionHouse.git
pip install -r requirements.txt
python manage.py runserver
Go to the address provided in the output.
A superuser has all the persmission to view, modify the database or the users.
python manage.py createsuperuser
Then go to the home_url
/admin
to access the admin page.