romanvm / django-tinymce4-lite

TinyMCE 4 editor widget for Django
MIT License
126 stars 47 forks source link

Add djangorecipe support. #36

Closed rvanlaar closed 6 years ago

rvanlaar commented 6 years ago

Djangorecipe generates a bin/django script, instead of django-admin or manage.py This pull-request enables compatibility between django-tinymce4-lite and djangorecipe.

codecov-io commented 6 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   92.13%   92.13%           
=======================================
  Files           6        6           
  Lines         229      229           
=======================================
  Hits          211      211           
  Misses         18       18
Impacted Files Coverage Δ
tinymce/settings.py 96.55% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 817d298...fb37cd2. Read the comment docs.

romanvm commented 6 years ago

I never heard of such tool but thank you for your contribution.