https://github.com/sveetch/django-deovi
A Django application around Deovi
https://github.com/sveetch/django-deovi
Last synced: 4 months ago
JSON representation
A Django application around Deovi
- Host: GitHub
- URL: https://github.com/sveetch/django-deovi
- Owner: sveetch
- License: mit
- Created: 2022-01-22T01:35:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-10-26T01:23:08.000Z (7 months ago)
- Last Synced: 2025-10-27T03:41:40.254Z (7 months ago)
- Language: CSS
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
.. _Django REST framework: https://www.django-rest-framework.org/
.. _bigtree: https://bigtree.readthedocs.io/
.. _Deovi: https://deovi.readthedocs.io/
============
Django Deovi
============
A Django interface to load `Deovi`_ dumps and browse data.
Dependancies
************
* `Python`_>=3.10;
* `Django`_>=4.2;
* `bigtree`_>=0.10.3;
* `Deovi`_>=0.7.0;
Links
*****
* Read the documentation on `Read the docs `_;
* Download its `PyPi package `_;
* Clone it on its `Github repository `_;