mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
18 lines
302 B
Markdown
18 lines
302 B
Markdown
## Requirements
|
|
|
|
Example is written for Python 3.6+
|
|
|
|
You should also install following dependencies:
|
|
```
|
|
pip install Django==3.1.6
|
|
pip install requests==2.25.1
|
|
pip install pyjwt==1.7.1
|
|
```
|
|
|
|
## Configuration
|
|
|
|
Configuration located inside `config.py`
|
|
|
|
## Launch
|
|
|
|
`python manage.py runserver 0.0.0.0:8000` |