mysociety / ainow

Website for the AI Now Symposium
Other
2 stars 1 forks source link

Add CMS functionality to site #80

Open struan opened 7 years ago

struan commented 7 years ago

Possibly using wagtail.io as that's already Django and it means we can fairly easily use the existing design.

There are two approaches I can see. One is to add wagtail in to the existing site, the other to wrap this up as a Django app and then add it to a fresh wagtail site.

We need to get a better idea of the content of the Resources and Research pages in order to create the appropriate models for them. I think the people is ok...

After that the steps are something like:

This does mean that the admin for the events page will remain separate from the rest of the site but I think that's probably ok for expediency. It might be that we need an event model in wagtail as well to handle sponsored events as oppose to the AI Now workshop.

We probably also need to do some of #73 for this too.

pezholio commented 7 years ago

Right, so I think we've got a handle on this. We've got our heads around Wagtail, and we're gonna get a basic site up and running this week. We need to: