opensemanticsearch / open-semantic-search-apps

Python/Django based webapps and web user interfaces for search, structure (meta data management like thesaurus, ontologies, annotations and named entities) and data import (ETL like text extraction, OCR and crawling filesystems or websites)
https://opensemanticsearch.org/
GNU General Public License v3.0
95 stars 36 forks source link

Django 2 Support #64

Closed g-braeunlich closed 4 years ago

g-braeunlich commented 4 years ago

In case you want to upgrade to django 2 (afaik django version is >= 2 in debian stretch)

Mandalka commented 4 years ago

Thank you very much!

Debian stable and current Ubuntu yet uses Django 1.11.x (if not installed from Python repos by PIP):

Debian 10 ("Buster"): https://packages.debian.org/buster/python3-django Ubuntu "eoan": https://packages.ubuntu.com/eoan/python3-django

Future Debian (yet status testing) and Ubuntu releases will upgrade to Django 2.2.x:

Debian 11 ("Bullseye"): https://packages.debian.org/bullseye/python3-django Ubuntu (soon coming LTS release "focal"): https://packages.ubuntu.com/focal/python3-django

So i created an additional branch "django1" for packaging of Deb package for current Debian stable.

So please merge your PR to the master branch.