Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 1.27 KB

README.md

File metadata and controls

15 lines (14 loc) · 1.27 KB

AVIATO

A multi language e-commerce shop that made with django

ABOUT AVIATO

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

HOW TO USE

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