Skip to content

kronoscode/magic-embed-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Create a new virtualenv
  2. run pip install -r requeriments.txt
  3. Run python manage.py migrate
  4. Star our server with python manage.py runserver
  5. 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

  1. Fork it ( http://github.com/kronoscode/django-magicembed/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

Licensed under MIT