Skip to content

coagulant/pyvideo.ru

Repository files navigation

Python videos in Russian

Sources of http://pyvideo.ru

To add a video, create an pull request in project tracker.

Main app in named after Sergey Eisenstein

Contributing videos

Adding videos to site is just a pull request away. See details at contibuting guideline.

Contributing code

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

image

image