romanvm / django-tinymce4-lite

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

modify test_tinymce to show inline admin issue #14 #16

Closed AlJohri closed 7 years ago

AlJohri commented 7 years ago

usage:

  1. Setup
pip install -r requirements.txt
pip install -r test_requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
open http://localhost:8000/admin/test_tinymce/testmodel/add/
  1. Click Add another Child test model and try to use tinymce
AlJohri commented 7 years ago

Closing this PR. I didn't realize you already did this in the develop branch. Thanks!

codecov-io commented 7 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   92.26%   92.26%           
=======================================
  Files           6        6           
  Lines         194      194           
=======================================
  Hits          179      179           
  Misses         15       15

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 b6f5f41...3f03b05. Read the comment docs.