seancallaway / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development

Home Page:http://test-driven-django-development.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test-Driven Django Development

This repository contains code and tutorials used to lead a Test-driven Django workshop. These were developed by San Diego Python and used for a full day event where anyone interested can come and learn Django.

The code is not meant as a replacement for the (excellent) Django tutorials but rather intended to provide additional insight and knowledge. It is best if users go through the tutorials and understand the absolute basics of Django before the workshop.

Tutorials

The latest version of the tutorials is available at http://test-driven-django-development.readthedocs.org

Building

The tutorials are built using Sphinx:

cd tutorials
make html

Contribute

Contributions to these materials are welcome. Please send us a pull request with your changes. If you want to discuss changes before submitting them, feel free to join us on IRC at #sandiegopython on freenode.

License

This material is provided under a Creative Commons (CC BY-SA 3.0) license. Please see the LICENSE file for details.

About

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development

http://test-driven-django-development.readthedocs.org/

License:Other


Languages

Language:Python 74.3%Language:Makefile 20.1%Language:HTML 5.6%