Skip to content

theskumar/django-the-right-way

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django the right way!

Workshop Material for Pycon India 2015

Setup

git clone git@github.com:theskumar/django-the-right-way.git && cd django-the-right-way

# activate virutalenv and install requirements
virutalenv venv; source venv/bin/activate
pip install -r requirements.txt

Edit ipython Notebook

ipython notebook notebook/

View rendered slides

make serve

Deploy to github pages

make deploy

About

Workshop Material for Pycon India 2015 (Under Development)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published