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 137 forks source link

example_project outdated #175

Closed kakulukia closed 1 month ago

kakulukia commented 2 years ago

I just tried to start the example project and there are multiple issues with that. :(

  1. requirements.txt lists Django>=2.2 which is not compatible with the example_project
  2. requirements.txt does not include django-embed-video and fails to start
  3. the instructions on how to install the example_project fail to mention how to install the fixtures for posts app and thus you get an empty page
  4. 'posts' is not a registered namespace when trying to load the example page
aleksihakli commented 2 years ago

Hey @kakulukia and thanks for reporting the issue!

Would you be interested in opening a PR that fixes the aforementioned issues?

aleksihakli commented 1 year ago

Partially fixed by #179, Django still should be updated to supported LTS.