Files
document-server-integration/web/documentserver-example/python
2021-01-26 16:06:46 +03:00
..
2019-10-25 16:46:45 +03:00
2020-11-20 12:59:46 +03:00
2020-11-18 18:26:53 +03:00
2020-11-18 18:26:53 +03:00
2020-03-03 19:03:05 +03:00
2019-10-25 16:54:23 +03:00
2020-03-03 11:00:23 +03: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