emencia / django-blog-lotus

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

A way to headless API usage #62

Open sveetch opened 8 months ago

sveetch commented 8 months ago

Is your feature request related to a problem? Please describe. Currently all serializers include objet detail URL so it involves url resolution on HTML frontend, therefor the HTML frontend is required.

Describe the solution you'd like

Serializer may be flexible enough to work without HTML frontend urls enabled, so Lotus could be a headless blog as a "API only" (but still need Django admin to write contents);