Basic django eshop with profiles
Django basic eshop project.
Clone repo like this::
Create a virtualenv inside backend folder::
python -m venv venv
Activate venv
Install packages from requirements.txt file
Create settings_local.py with settings from settings_local_sample.py
Run python manage.py makemigrations addresses baskets brands heroes logos media offers orders profiles products tags users sites auth
Run python manage.py migrate
Start the development server and visit http://127.0.0.1:8000/