https://github.com/diyajaiswal11/BookStore
git clone "https://github.com/your-username/BookStore.git"cd BookStorepython -m virtualenv env
source env/bin/activategit clone "https://github.com/diyajaiswal11/BookStore.git"python manage.py makemigrations
python manage.py migrateAlso remember that sometimes you need to explicitly mention the names of installed apps while using makemigrations command
python manage.py runserverNow open the localhost:8000 to see the webapp.
- filename:
- change-1 with description
mention code changes here- change-2 with description
mention code changes here - filename:
- change-1 with description
mention code changes here - filename:
- change-1 with description
mention code changes here- change-2 with description
mention code changes here