I would like to create a website with some flatpages. I tried to use
the contrib app in django and is very easy, but really very essential.
Even get the flatpages to populate a menu in a template was just an
add of few weeks ago. I would read a tutorial that cover this needs
maybe using the flatpages contrib, why not?
* Add the tinymce wysiwyg editor with support to load multimedia file
to include within the page. For example a image.
* Let the editor create href link to other pages in the website easily
* Organize the pages in gerarchical and edit in that way in the panel
admin as django-page-cms
* internationalization of the pages from the panel admin
I still wonder that I can't found any tutorials or books that cover
this essential and maybe simple task so I ask you if you know where I
can get any resource to achieve these features in my next project.
Thanks! :-)
--
K.
Blog Personale: http://www.karimblog.net
http://www.feinheit.ch/labs/feincms-django-cms/
good luck,
TR
2010/11/4 bruno desthuilliers <bruno.des...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
>
>
--
--- http://thoreg.org/ ---
Thanks! I understand why I can't find anything on internet about that.
Do you know if there is a really simplecms where I can work on without
too much problems?
Yes, there is.
You should take a look at "Practical Django Projects" (be sure to get
the 2nd edition) by James Bennett. In the book he creates a
simple-cms with a tinymce editor.
He has the source code published here:
http://bitbucket.org/ubernostrum/practical-django-projects/src
-james
I read this book, but the cms is a blog called coltrane and handle the
pages with flatpages