NFM-Studios / project-olly

Sports Event Management at it's finest. Like tuxedo fine
https://olly.nfmstudios.com
Mozilla Public License 2.0
25 stars 7 forks source link

Object based static pages #127

Closed mikemaddem closed 3 years ago

mikemaddem commented 3 years ago

Allow staff to make static page objects.

Ex.

/pages/ /pages/1 /pages/2

Simply a page with a textfield, thats escaped in the template {{ page.textfield|safe }} which will allow for html content to be outputted. Addition of https://github.com/django-ckeditor/django-ckeditor will allow staff to easily markup the page without knowledge of HTML elements, styling, etc.