sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

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.

.. _Django: https://djangoproject.com .. _San Diego Python: http://pythonsd.org .. _Django tutorials: https://docs.djangoproject.com/en/1.7/intro/tutorial01/

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

.. _Sphinx: http://sphinx-doc.org/

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.