Skip to content

EyobAbdella/EasyShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyShop

git clone https://github.com/EyobAbdella/EasyShop

pip install pipenv

cd EasyShop

pipenv install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver