https://github.com/manas-anarov/kungfu_shop_two/tree/1_part
install virtual envoirment
pip3 install pipenv
create folder
mkdir kungfu_shop_two;
cd kungfu_shop_two;
install env for project
pipenv install
activate
pipenv shell
install django
pipenv install django~=3.1.4
start django project
django-admin startproject shop_django;
cd shop_django;
start server
python manage.py runserver;
open next link
http://127.0.0.1:8000/
Комментариев нет:
Отправить комментарий