inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

CMS App #65

Closed staydecent closed 4 years ago

staydecent commented 4 years ago

The goal is to avoid the need for WordPress and/or Prismic like services.

I think the core building blocks (django models) should be pages and posts.

Pages

Posts

Slugs

Taxonomy

Filtering

Text search

Internationalization Should be considered from the beginning. Even if we don't launch with internationalization, we should have a plan for how to add it, so we don't create more work for ourselves later.

Please comment with any additions, changes, ideas you have and I can update this description as we go.

staydecent commented 4 years ago

Potential code patterns:

https://realpython.com/modeling-polymorphism-django-python/ https://www.benlopatin.com/using-django-proxy-models/