https://github.com/diyajaiswal11/BookStore
git clone "https://github.com/your-username/BookStore.git"
cd BookStore
python -m virtualenv env
source env/bin/activate
git clone "https://github.com/diyajaiswal11/BookStore.git"
python manage.py makemigrations
python manage.py migrate
Also remember that sometimes you need to explicitly mention the names of installed apps while using makemigrations command
python manage.py runserver
Now 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