match4everyone / match4everything

Other
7 stars 0 forks source link

Integrate about page into django-cms #13

Open bjrne opened 4 years ago

bjrne commented 4 years ago

A user should be able to upload own pictures and should be able to arrange them as on our current side. Maybe best with an own plugin which integrates the picture upload functionality.

josauder commented 4 years ago

Would it make sense to merge this issue with https://github.com/match4everyone/match4everything/issues/25 and replace the about page completely with a CMS?

The CMS could be used to create pages such as the about page.

Baschdl commented 4 years ago

Yes, would make sense when we have a clear picture of how it could work with a CMS

josauder commented 4 years ago

So AFAIK now we have a working CMS, what is the status on this issue?

bjrne commented 4 years ago

One would need to figure out a way to "start/create/add" the cms pages automatically, e.g. create a placeholder page in the automatic config. But i think this would be ready to work on, right @Baschdl? More discussion can be found in #25

Baschdl commented 3 years ago

Yes, how we can preload certain content is a open question. It looks complicated on a first look as django-cms doesn't support loaddata. I will create issues and an EPIC for django-cms later.