If you are looking for a spec for writing an API, you could do worse than:
https://github.com/OAI/OpenAPI-Specification
If you are looking for a Django tool for creating the API, then:
http://www.django-rest-framework.org/
On Wednesday, 18 July 2018 23:32:09 UTC+2, Nuno wrote:
>
> Hi,
> I'm sta
I haven't worked on DB backends, but I'm pretty sure you want to implement
everything in db/backends/base
https://github.com/django/django/tree/master/django/db/backends/base
Also here is a page with some info and links to talks and concepts about
writing a backend (slightly out of date, but sh
Hi,
I'm starting to write a new database backend for a non-relational database,
but I can't find any API specification that I should follow.
Such API or any related documentation exists?
Thank you,
Nuno
--
You received this message because you are subscribed to the Google Groups
"Django users"
3 matches
Mail list logo