The Modern e-commerce For Small-Scale Businesses
This project was presented on 24th December 2020 at 2:15 pm. The presentation can be found at this link and the website can be used using this link. To report any issues, create an issue on this repository giving details of the problem.
- Add the
.envfile for the project to the root folder. pipenv shellpipenv installpython manage.py migrate
- Make your changes
- If database models were changed, run
python manage.py makemigrationsto migrate the project. - Apply database migrations using
python manage.py migrateif necessary. - Run
python manage.py runserverto check if the changes work.