stxnext-csr / volontulo

Web portal for collaboration of community volunteers with organizations and institutions.
MIT License
14 stars 24 forks source link

As an admin I can edit content #467

Open RW-WiktorBakalarski opened 8 years ago

RW-WiktorBakalarski commented 8 years ago

AC There is a CMS tool for rendering the content onto the website (raw HTML)

Yog commented 8 years ago

duplicate of https://github.com/stxnext-csr/volontulo/issues/397 and https://github.com/stxnext-csr/volontulo/issues/396

tomaszwozniak commented 8 years ago

Missing list of pages.

magul commented 8 years ago

@tomaszwozniak list of pages is in #477

mpuhacz commented 8 years ago

I take it with #477

KrzysztofMadejski commented 8 years ago

@mpuhacz will you use https://docs.djangoproject.com/en/1.9/ref/contrib/flatpages/ ?

mpuhacz commented 8 years ago

@KrzysztofMadejski At first I wanted to use it, but it is dependent on django.contrib.sites, so after all I'm going to create new model with fields: title, html, userprofile, modified_at and created_at. What do you think?

KrzysztofMadejski commented 8 years ago

I haven't used it, but from what I've read I understand it has wysiwyg editor and the whole admin. Seems like the easiest option.

mpuhacz commented 8 years ago

@KrzysztofMadejski, true - it has django admin, but we want to display edit form inside "bussines-admin"(dunno how to call it), so anyway I'll have to write new views.