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