Django Simple Shop
A simple online store with all the necessary features, written in Django.
Clone repository and install requirements in your virtual environment
pip install -r requirements.txt
Create migrations
python manage.py makemigrations
python manage.py migrate
Then start the server
python manage.py runserver