An open API service indexing awesome lists of open source software.

https://github.com/theskumar/django-the-right-way

Workshop Material for Pycon India 2015 (Under Development)
https://github.com/theskumar/django-the-right-way

Last synced: 11 months ago
JSON representation

Workshop Material for Pycon India 2015 (Under Development)

Awesome Lists containing this project

README

          

# Django the right way!

Workshop Material for Pycon India 2015

# Setup

```shell
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
```