django integration for a mediamosa (http://www.mediamosa.org) api.
Currently this version only support setting up the API in settings.py and has some examples in the urls.py and views.py file to illustrate how this can be used.
Installation
Install django-mediamosa as follows:
pip install django-mediamosa
Configuration
Add the following config to your project’s settings.py:
MEDIAMOSA_URL = 'http://apivideo.example.com'
MEDIAMOSA_USERNAME = 'USERNAME'
MEDIAMOSA_PASSWORD = 'PASSWORD'
Usage
You can start using the api in your views by importing the ‘api’ object as follows:
from django_mediamosa.base import api
Bugs and Feature requests
For help, issues and feature requests, please go to http://www.github.com/UGentPortaal/django-mediamosa.
Contributing
Pull requests may be submitted to the develop branch at our github project. Make sure the code and functionality are sufficiently documented.
Release files for django-mediamosa 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-mediamosa-0.1.2.tar.gz | 4.9 kB | Details |
Release files / django-mediamosa-0.1.2.tar.gz
| Download URL | django-mediamosa-0.1.2.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7e1d83976522a762cb18b464773ccfc99ee551aff746c3027d5255f812540842
|
|
BLAKE2b-256 checksum How to use checksums |
169ad2fbb4fc4007acade3427f74d6b0fad247d7bc6bb1d32f2a7aad5f5a84ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |