jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 135 forks source link

Add options to migrations #191

Closed kalzun closed 1 year ago

kalzun commented 1 year ago

This removes the unnecessary makemigrations step described in #190

codecov[bot] commented 1 year ago

Codecov Report

Merging #191 (0c8369e) into master (3f73a5a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #191   +/-   ##
=======================================
  Coverage   98.84%   98.84%           
=======================================
  Files          14       14           
  Lines         607      607           
  Branches       65       36   -29     
=======================================
  Hits          600      600           
  Misses          4        4           
  Partials        3        3           

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

aleksihakli commented 1 year ago

Thank you!