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 <mi...@dewhirst.com.au> wrote:

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

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8B44B676-A1F9-40B3-8664-244335DF497D%40gmail.com.

Reply via email to