Skip to content

ErivanDev/DjangoEcommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoEcommerce

Project based on https://bit.ly/3TrfFrq.

How setup and run that project:

git clone https://github.com/ErivanDev/DjangoEcommerce.git
python -m virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

About

A Ecommerce WebSite made with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published