Skip to content

ahjoel/django-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-ecommerce

💡 How to run

After cloning the repo, do the following to setup the app:

1- from the backend folder, execute those lines:

2- Create your virtual environnement

3- Create your database postgresql and configure settings file

source env/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

About

Site web e-commerce avec intégration de payement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors