Files
document-server-integration/web/documentserver-example/python
2020-11-19 13:59:09 +03:00
..
2019-10-25 16:46:45 +03:00
2020-05-21 12:51:07 +03:00
2020-03-03 14:32:11 +03:00
2020-11-19 13:59:09 +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