Skip to content

axsapronov/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

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.0%
  • HTML 25.2%
  • JavaScript 8.9%
  • CSS 2.9%