Re: How to merge TinyMCE to django flatpage

2010-06-19 Thread Mario
Steven, You need to read the 1st paragraph on page 25 closely. Also make sure the java scripts are loaded correctly. I personally use Firefox Firebug to debug the failing scripts. Finally using the Django Dev Server will not display the TinyMCE widgets. You need to make changes on your Apache Co

How to merge TinyMCE to django flatpage

2010-06-19 Thread Steven Han
Hi, I am reading the book of . I want to merge a simple rich-text editor to flatpage following the chapter 3. In the url.py ,I have added the link to the urlpatterns. like this: urlpatterns = patterns('', (r'^admin/',inlcude(admin.site.urls)), (r'^tiny_mce/(?P.*)$','django.views.static.serv