jazzband / django-tinymce

TinyMCE integration for Django
http://django-tinymce.readthedocs.org/
MIT License
1.28k stars 317 forks source link

Switch to using proper staticfiles_storage.url() call to reference the TinyMCE JS #425

Closed jameyg closed 1 year ago

jameyg commented 1 year ago

To fix issue https://github.com/jazzband/django-tinymce/issues/420

jameyg commented 1 year ago

@claudep I've amended the commit message to included "Fixes #420" and removed the redundant import os call :+1:

codecov[bot] commented 1 year ago

Codecov Report

Merging #425 (37a2aa1) into master (a8b356a) will not change coverage. The diff coverage is 50.00%.

@@           Coverage Diff           @@
##           master     #425   +/-   ##
=======================================
  Coverage   89.65%   89.65%           
=======================================
  Files           6        6           
  Lines         290      290           
  Branches       50       50           
=======================================
  Hits          260      260           
  Misses         14       14           
  Partials       16       16           
Impacted Files Coverage Δ
tinymce/settings.py 86.66% <50.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

claudep commented 1 year ago

Thanks!