django-froala-editor icon indicating copy to clipboard operation
django-froala-editor copied to clipboard

Package to integrate Froala WYSIWYG HTML rich text editor with Django.

Results 29 django-froala-editor issues
Sort by recently updated
recently updated
newest added

Description Image upload is not working with Django virtual enviormnent setup using the guide https://tutorial.djangogirls.org/en/django_installation/ Expected behavior. Image upload should work. Actual behavior. Image upload is not working, gives error...

Collecting static files seems to be failing on Django 4.0 with the following error message: ```python Post-processing 'froala_editor/js/languages/nb.js' failed! Traceback (most recent call last): File "/home/runner/work/alpha/alpha/manage.py", line 20, in main()...

the files froala-django.css and froala-django.js are missing

![Screen Shot 2020-08-06 at 11 42 35 AM](https://user-images.githubusercontent.com/37833/89558745-3e857f00-d7da-11ea-954e-f783a6d7b8c6.png)

assign the new FroalaEditor to a constant in the javascript render.

``` ERROR: Could not find a version that satisfies the requirement django-froala-editor==4.0.4 (from -r requirements.txt (line 28)) (from versions: 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.9.0, 1.2.1, 1.2.2,...

Looking at the commit logs, the unresolved PRs and lack of comments from contributors on open tickets can we really consider this as being maintained? The only changes have been...

Version 4.0.4 deleted these files but they were still refered to in `_media` function. Strangely looks like this bug from 2017 : #43

In your README you have mentioned this is how we should use the key FROALA_EDITOR_OPTIONS = { 'key': '', # other options # ... } but this doesn't work because...

Django 2.0 introduced the new `django.urls.re_path` function for url dispatching to replace the old `django.conf.urls.url` function. The urls.py file within django-froala-editor was last updated to Django 1.9 which is dead...