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

Section: Models, Creating an App #141

Closed riseriyo closed 9 years ago

riseriyo commented 9 years ago

Change to:

This command should have created a blog directory with the following files and a subdirectory, migrations:

init.py admin.py migrations models.py tests.py views.py

riseriyo commented 9 years ago

blog_directory