A simple news system wouldn't be hard to write in Django. As for the rich editor, you could embed something like FCKeditor in your application. This has already been done in a Django application, Woodlog (http://www.djangocn.org/ - page detailing svn checkout is at http://www.djangocn.org/help/), so you might want to look at that to see how it is done.
--Jon On 17/08/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > hi, > > i have to do a website for a small business and need a simple cms for > that. i looked into typo3 for a few days but it seems to be huge and > quirky in some regards. since python is my favorite programming > language django looks very interesting to me. > > the needed features of the page would be: > > - a news section on the front page > - a tree of mostly static pages (but my customer would like to have a > simple way to edit some of them) > - hm... actually that's all for now! :) > > probably more projects where i could reuse that cms will follow... > > could a cms with those features easily be programmed with django or > should i better look for a complete cms solution? somehow i like the > idea of a small custom cms with just the features i need. > > how would the editing part for the customer be done? is there some > wysiwyg javascript html editor included with django or would i have to > include one myself? are there functions already for helping with things > like image upload + resizing? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---