Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 762 Bytes

requirements.rst

File metadata and controls

25 lines (16 loc) · 762 Bytes

Tsune Requirements and Dependencies

This document lists all requirements and dependencies necessary to deploy Tsune. At the time of writing, all of them get downloaded automatically when you deploy out of the development environment.

Python Packages

1. Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

  1. Gunicorn is a Python WSGI HTTP Server for UNIX.

Django Apps

1. Django Guardian is an implementation of per object permissions as authorization backend.