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
.env
file for the project to the root folder. pipenv shell
pipenv install
python manage.py migrate
- Make your changes
- If database models were changed, run
python manage.py makemigrations
to migrate the project. - Apply database migrations using
python manage.py migrate
if necessary. - Run
python manage.py runserver
to check if the changes work.