Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TinyMCE テーマを変更したい
ここにあるようなGrappelliのテーマに。何か助けはありますか?リンクのドキュメントはそれほど完全ではないと本当に感じています。
私はちょうど解決策を見つけました。
私の最初にsettings.py、tinymceを削除してから追加しました
settings.py
class Media: js = ['/static/grappelli/tinymce/jscripts/tiny_mce/tiny_mce.js', '/static/grappelli/tinymce_setup/tinymce_setup.js', ]
私の〜の上にadmin.py
admin.py