Files
document-server-integration/web/documentserver-example/python
Alexandr Fedorov 7884f3c64c Merge remote-tracking branch 'remotes/origin/develop' into feature/redesign
# Conflicts:
#	web/documentserver-example/nodejs/views/index.ejs
#	web/documentserver-example/python/templates/index.html
2021-03-25 21:31:22 +03:00
..
2021-03-01 14:26:43 +03:00
2019-10-25 16:54:23 +03:00
2021-02-19 16:08:43 +03:00

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