Hey guys, I also have a question... it might be dumb, but I'd really appreciate any help.
I have usually just done small projects for myself and hand coded the pages or written little scripts to generate many pages. I didn't know any better... However, I am currently working on a slightly bigger side project where someone else will need to edit/update the content. Essentially there will be a bunch of pages with the exact same formatting/template, just different content that needs to be updated someone other than me. I assume that this is where a CMS comes into play... However, I've never used one, so I don't know where to start. I already have the design of the site, so I'd just need to specify what sections are to be grabbed from a database (I presume). I really want to just be able to make a CMS work with my current design/static site. I don't want to use any premade templates, etc.
A semi-related question would be, will a CMS store rich text in the database (things likes headings, bullets, etc.). As you can tell from these questions, I am completely new to this side of the development and just don't know where to start.
I use Python, but have never used PHP, if that helps. Any sort of resources that discuss this sort of thing in layman's terms would be great. Thanks so much. I am working my way through this thread, lots of great info.