StackTipsLab / bloggy

Open source codebase for stacktips.com blog. It is built using Python and Django framework.
https://stacktips.com
MIT License
18 stars 6 forks source link

Ability to add static pages from the admin pannel #27

Closed nilandev closed 10 months ago

nilandev commented 10 months ago

Is your feature request related to a problem? Please describe. Currently, the static pages such as privacy policy, terms of service, etc are hardcoded in the code. Any new static pages require code updates/deployment.

Describe the solution you'd like The pages can be moved to the database. New pages can be created dynamically from the admin pannel without requiring code changes/deployment.