Saturday, December 16, 2017

Having trouble with django-filebrowser

I have tried both django-filebrowser and django-filebrowser-no-grappelli
with django-tinymce4-lite

The TinyMCE part is working fine in the Admin and trying to insert an
image in the text is trying to work and if I pasted in a url it would
probably insert the image it points to.

The problem is there is no browse button in the image-insert dialog box.

The Admin ImageField [Browse] button works fine.

In settings ...
FILEBROWSER_DIRECTORY = '/'

    url(r'^admin/filebrowser/', include(site.urls)),
    url(r'^tinymce/', include('tinymce.urls')),
    url(r'^admin/', admin.site.urls),

Any hints appreciated ..

Thanks

Mike


--
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/75c7258b-bd4b-6d8d-4533-5ebe6639bd31%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment