Yupeek / django-rest-models

django database driver that query an RestAPI instead of a relational database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status of the project?

gonvaled opened this issue · comments

Hi @ornoone, thanks for this project.

I have started using it, and would like to know if the project is being actively maintained.

I have noticed that it is not compatible with Django 1.11, and Django 1.10 is EOL. Do you have an upgrade roadmap?

hi @gonvaled, glad it's useful for other.

we use it for our api and is used for around 150k request per days. it will be maintained and kept as stable as possible. we don't plane to add new feature for now, but we will work to reduce the gap of compatibility.

I hope to upgrade to be compatible with 1.11 for late may or less.

@gonvaled before deploying to pypi, do you want to test in real project if you have the requirements ?
we can't upgrande to django 1.11 our main project now, so I can't check with real life project.