- clone or download the repo and
cd
into the directory. - Run
python manage.py makemigrations auctions
to make migrations for theauctions
app. - Run
python manage.py migrate
to apply migrations to your database. - Run
python manage.py runserver
to run the server in your local machine.