Sources of http://pyvideo.ru
To add a video, create an pull request in project tracker.
Main app in named after Sergey Eisenstein
Adding videos to site is just a pull request away. See details at contibuting guideline.
git clone & cd pip install -r requirements.txt python manage.py loaddata dump.json
Dump is generated by this command:
python manage.py dumpdata -e auth.User -e admin.logentry -e tastypie.ApiKey --indent=4 > dump.json