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)
- Host: GitHub
- URL: https://github.com/theskumar/django-the-right-way
- Owner: theskumar
- Created: 2015-06-26T12:25:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T20:27:40.000Z (over 10 years ago)
- Last Synced: 2025-02-16T16:36:18.805Z (over 1 year ago)
- Language: Python
- Homepage: https://saurabh-kumar.com/django-the-right-way/
- Size: 199 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```