1

I want to change my TinyMCE theme

tinyMCE circa 1995

into a theme from Grappelli like found here. Any help? I really feel the documentation in the link isn't that complete.

Lawrence Gimenez
  • 2,662
  • 4
  • 34
  • 52

1 Answers1

4

I just found out the solution.

First in my settings.py, I removed the tinymce then added

class Media:
   js = ['/static/grappelli/tinymce/jscripts/tiny_mce/tiny_mce.js',
   '/static/grappelli/tinymce_setup/tinymce_setup.js',
   ]

on my admin.py

Lawrence Gimenez
  • 2,662
  • 4
  • 34
  • 52