natestedman / Observatory

A Python based dashboard for the Rensselaer Center for Open Source Software. For continued development, please see http://github.com/rcos/observatory
rcos.rpi.edu
ISC License
8 stars 14 forks source link

Change all static pages to 'django.contrib.flatpages' using 'django.contrib.admin' for management #75

Open okeefm opened 13 years ago

okeefm commented 13 years ago

Instead of making Moorthy push a change to the repo every time he wants to change the news/about/etc pages, maybe make a feature where he can manually edit the pages?

colinsullivan commented 13 years ago

Yep. This would be the best thing to do. django.contrib has a "static pages" model (or something like that) which is exactly what we need. We could use the django contrib auth interface to edit the pages, and then basically only need to write the model code.