Files
document-server-integration/web/documentserver-example/python
Alexandr Fedorov 75c11f4ee8 Merge remote-tracking branch 'remotes/origin/develop' into feature/fix-filename
# Conflicts:
#	web/documentserver-example/java/src/main/java/controllers/IndexServlet.java
#	web/documentserver-example/python/src/views/actions.py
2021-02-05 12:56:04 +03:00
..
2019-10-25 16:54:23 +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==2.0.1

Configuration

Configuration located inside config.py

Launch

python manage.py runserver 0.0.0.0:8000