pixelpassion / django-saas-boilerplate

A Django + django-rest-framework + Heroku + SaaS application boilerplate
MIT License
51 stars 10 forks source link

Flatpages API #37

Open jensneuhaus opened 4 years ago

jensneuhaus commented 4 years ago

☝️What is it? Why do we need it?

I am thinking if we could use Flatpages for little HTML peaces like an imprint or privacy text - it would help to keep things more dynamically. Sometimes clients ask to change e.g. a phone number and it would be good to not have to deploy for this.

💭 Implementation details

📋 Todos

itisallgood commented 4 years ago

@jensneuhaus what data do we exactly need to return with this endpoint? The whole Flatpage model's data (id, url, html)?

jensneuhaus commented 4 years ago

Hey @itisallgood

this issue was created some time ago, requirements and strategy have changed a lot in the meantime. Please do not work on it for now.