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

Create another tree-structure under the "!Note" section #142

Closed riseriyo closed 9 years ago

riseriyo commented 9 years ago

$ tree /Users/riseriyo/workspace/tdd /Users/riseriyo/workspace/tdd └── myblog ├── blog │   ├── init.py │   ├── admin.py │   ├── migrations │   │   └── init.py │   ├── models.py │   ├── tests.py │   └── views.py ├── db.sqlite3 ├── manage.py └── myblog ├── init.py ├── init.pyc ├── settings.py ├── settings.pyc ├── urls.py ├── urls.pyc ├── wsgi.py └── wsgi.pyc

riseriyo commented 9 years ago

tree_structure_note

macro1 commented 9 years ago

Assuming this is for updating the tree under 'Creating an app', got it covered:

https://github.com/pythonsd/test-driven-django-development/blob/c219041ad74572519149d0f92684e9a7f4f0b335/tutorials/02-models.rst#creating-an-app