Monday, August 5, 2019

Re: tinymce no module exists

Hi Mike, 

thank you for the heip,

I tried the relative path  (in main/urls.py) you provided and it threw up errors.
the existing reference I have seems stable, please see below

path('tinymce/', include('tinymce.urls')),

I have pip3 installed django-tinymce4-lite.

What is odd, is if i run the server without a virtualenv, it works fine, 
with a virtualenv, it fails reporting the no module named tinymce error,

I'm thinking there is something I am missing 

best,

K


On 5 Aug 2019, at 04:54, Mike Dewhirst <miked@dewhirst.com.au> wrote:

 re_path(r'^tinymce/', include(tinymce_urls)),

No comments:

Post a Comment