i already built a project with Django and it looks great but after filling the project with all the data and after filling the txt feilds the client want to use the tiny mice as it is more easy for him so when i write in my pages model this line
admin = meta.Admin(js = ('js/tiny_mce/tiny_mce.js','js/tiny_mce/textareas.js'),) it didn't work although i have the javascript in the folder js that is in media file is this because it is already written txt feilds with html so he can't change it to the tinymyce format thanks, Mary