A multi language e-commerce shop that made with django
This is my last e-commerce project that i tried to do all the things i know about MVT of django.
This project is complete just i need to work on custom admin panel module for it.if you dont want it you can remove that module from your project because its not complete.
so it has almost all the things you need like gateway payment,basket,blog,a little advance filtering products(sorting+category),...
if you want to visit that, you can check my project on pythonanywhere.com
1- git clone https://github.com/bahmanpnn/aviato.git
2- python -m venv venv
3- source venv/bin/activate (for linux) / venv/scripts/activate (windows)
4- pip install -r requirements.txt
5- python manage.py migrate
6- python manage.py runserver