Skip to content

Commit

Permalink
add more decription
Browse files Browse the repository at this point in the history
  • Loading branch information
Capwell committed Mar 7, 2021
1 parent 93c18a5 commit 38eb9d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
### Технологии
Python 3.7
Django 2.2.19
### Запуск проекта
В dev-режиме
- Установите зависимости из файла requirements.txt.
### Запуск проекта dev-режиме
- Установите зависимости из файла requirements.txt
```
pip install -r requirements.txt
```
- В папке с файлом manage.py выполните команду:
```
python3 manage.py runserver
Expand Down

0 comments on commit 38eb9d7

Please sign in to comment.