Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 208 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 208 Bytes

User Service

Установка

python3 -m venv venv
source venv/bin/activate
pip3 install django

Запуск

source venv/bin/activate
python3 manage.py startapp ./service/sevice