Awesome
Django Magic-Embed Demo
What is magic-embed
Magic Embed is an easy and simple Django template tag and tool to embed video and get thumbnails from video providers.
What is it
This is a demo for Magic-Embed library that demonstrates, how to use and the principal functionality
How to run
Remember use a VIRTUALENV
- Create a new virtualenv
- run <code> pip install -r requeriments.txt </code>
- Run <code> python manage.py migrate </code>
- Star our server with <code> python manage.py runserver </code>
- See the magic happens
This app is simple
Yes, is simple as possible, first you submit a video url and now this url is converted to a embed video in your page
How to contrib
- Fork it ( http://github.com/kronoscode/django-magicembed/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Licence
Licensed under MIT