Tags: tinymce flask python

Comments

Kevin Foong on

@Prosper Ogbonnaya, the code on this tutorial should be working. Can you show your code so I can take a look.

Prosper Ogbonnaya on

Got a 404 right after trying to upload an image from my local directory, I think it has something to do with the image upload url..explain

Kevin Foong on

I took a look and you are missing the closing bracket for codesample_languages. Should be: codesample_languages: [ {text: 'HTML/XML', value: 'markup'}, {text: 'JavaScript', value: 'javascript'}, {text: 'CSS', value: 'css'}, {text: 'Processing', value: 'processing'}, {text: 'Python', value: 'python'} ], content_css: [ '//fonts.googleapis.com/css?family=Lato:300,300i,400,400i', '//www.tiny.cloud/css/codepen.min.css' ]

Edvin Dunaway on

I'm not able to get it to work with my site. could you look? https://gist.github.com/eddinn/b5c84f83105d5179adbe68cda46c5c28 https://gist.github.com/eddinn/a8d398ee156914c2f91cac24c6e9a8e4

Leave a Comment

Email is optional