Skip to content

danialsadri/multi_shop_project

Repository files navigation

installing

1.clone repository

git clone git@github.com:danialsadri/multi_shop_project.git

2.change directory

cd multi_shop_project

3.setup virtualenv

python3 -m venv venv
source venv/bin/activate

4.install packages

pip install -r requirements.txt

5.make migrations & migrate

python manage.py makemigrations
python manage.py migrate

6.create superuser

python manage.py createsuperuser

7.start server

python manage.py runserver

About

online store created with Python, Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published