emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

Draft: Add read only API with DRF #57

Closed sveetch closed 8 months ago

sveetch commented 11 months ago

This is currently experimental although it is correctly implemented, but it needs some works yet.

For now we only plan to make the API in read only. Write operation may comes further in another run since read operation are the first thing to ship.

At the end, every branch commits will be squashed into a single one, excepted for possible swagger implementation.

sveetch commented 8 months ago

This branch has been squashed and delivered into new v0.7.0 https://github.com/emencia/django-blog-lotus/tree/v0.7.0 which will now continue the common release process, still have some things to see to include in this version before releasing.