Skip to content

danialsadri/eshop_project

Repository files navigation

installing

1.clone repository

git clone [email protected]:danialsadri/eshop_project.git

2.change directory

cd eshop_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

shop project with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published