Hi,
-- Im trying to improve text field with a text editor in an app i created with django.
Installed tinymce4-lite using pip3 into my virtaulenv.
updates apps in system.py with 'tinymce'
mapped url in project settings 'path('tinymce/', include('tinymce.urls')),
but still get error ModuleNotFoundError: No module named 'tinymce'
I've tried all the guides on stackoverflow, and the django tinymce referring this issue,
nothing seems to fix, i've un-installed / re-installed, but error persists.
Am I missing a step or is something configured incorrectly, or is this an issue with compatibility,
Please can anyone guide or help?
Best,
K
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5eaf5652-bf5a-4e43-b5dd-4be3f1748738%40googlegroups.com.
No comments:
Post a Comment