Name Kevin Harvey - Test-Driven Development with Django - 2015
File Type document
Size 7.46MB
UpdateDate 2025-3-23
hash *****2476C7CA92401B6477486364182F1334F9
Hot 5
Files Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/__init__.py | 0B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/settings.py | 2.58KB Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/tests.py | 2.88KB Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/urls.py | 178B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/wsgi.py | 385B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/migrations/0001_initial.py | 420B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/migrations/0002_auto_20150427_0508.py | 841B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/migrations/__init__.py | 0B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/templates/solos/index.html | 547B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/tests/__init__.py | 0B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/tests/test_models.py | 445B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/tests/test_urls.py | 364B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/tests/test_views.py | 1.20KB Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/__init__.py | 0B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/admin.py | 63B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/models.py | 197B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/views.py | 558B Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/manage.py | 247B Code/Chapter 2/jmad-ch2-8-add-filtering/.gitignore | 693B Code/Chapter 2/jmad-ch2-8-add-filtering/LICENSE | 17.60KB Code/Chapter 2/jmad-ch2-8-add-filtering/README.md | 56B Code/Chapter 2/jmad-ch2-8-add-filtering/requirements.txt | 31B Code/Chapter 2/pax_global_header | 52B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/__init__.py | 0B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/settings.py | 2.58KB Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/tests.py | 3.74KB Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/urls.py | 279B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/wsgi.py | 385B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/migrations/0001_initial.py | 420B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/migrations/0002_auto_20150427_0508.py | 841B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/migrations/0003_auto_20150504_0351.py | 801B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/migrations/__init__.py | 0B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/templates/solos/index.html | 601B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/templates/solos/solo_detail.html | 218B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/tests/__init__.py | 0B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/tests/test_models.py | 619B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/tests/test_urls.py | 676B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/tests/test_views.py | 1.93KB Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/__init__.py | 0B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/admin.py | 63B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/models.py | 384B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/views.py | 661B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/manage.py | 247B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/.gitignore | 693B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/LICENSE | 17.60KB Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/README.md | 56B Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/requirements.txt | 31B Code/Chapter 3/pax_global_header | 52B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/migrations/0001_initial.py | 1.04KB Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/migrations/__init__.py | 0B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/__init__.py | 0B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/admin.py | 63B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/models.py | 390B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/tests.py | 60B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/views.py | 63B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/__init__.py | 0B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/settings.py | 2.59KB Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/tests.py | 4.62KB Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/urls.py | 321B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/wsgi.py | 385B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0001_initial.py | 420B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0002_auto_20150427_0508.py | 841B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0003_auto_20150504_0351.py | 801B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0004_solo_slug.py | 430B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0005_auto_20150512_0454.py | 493B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/__init__.py | 0B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/templates/solos/index.html | 607B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/templates/solos/solo_detail.html | 482B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/tests/__init__.py | 0B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/tests/test_models.py | 1.29KB Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/tests/test_urls.py | 880B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/tests/test_views.py | 2.73KB Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/__init__.py | 0B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/admin.py | 63B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/models.py | 654B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/views.py | 787B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/manage.py | 247B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/.gitignore | 693B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/LICENSE | 17.60KB Code/Chapter 4/jmad-ch4-4-refactor-solo-view/README.md | 56B Code/Chapter 4/jmad-ch4-4-refactor-solo-view/requirements.txt | 31B Code/Chapter 4/pax_global_header | 52B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/migrations/0001_initial.py | 1.04KB Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/migrations/__init__.py | 0B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/__init__.py | 0B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/admin.py | 244B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/models.py | 595B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/tests.py | 60B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/views.py | 63B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/__init__.py | 0B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/settings.py | 2.64KB Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/tests.py | 13.53KB Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/urls.py | 321B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/wsgi.py | 385B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0001_initial.py | 420B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0002_auto_20150427_0508.py | 841B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0003_auto_20150504_0351.py | 801B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0004_solo_slug.py | 430B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0005_auto_20150512_0454.py | 493B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/__init__.py | 0B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/templates/solos/index.html | 607B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/templates/solos/solo_detail.html | 482B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/tests/__init__.py | 0B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/tests/test_models.py | 1.47KB Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/tests/test_urls.py | 880B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/tests/test_views.py | 2.73KB Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/__init__.py | 0B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/admin.py | 207B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/models.py | 926B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/views.py | 787B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/manage.py | 247B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/.gitignore | 733B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/LICENSE | 17.60KB Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/README.md | 56B Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/requirements.txt | 31B Code/Chapter 5/pax_global_header | 52B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/migrations/0001_initial.py | 1.04KB Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/migrations/__init__.py | 0B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/__init__.py | 0B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/admin.py | 244B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/models.py | 595B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/tests.py | 60B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/views.py | 63B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/__init__.py | 0B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/settings.py | 2.64KB Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/tests.py | 13.53KB Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/urls.py | 321B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/wsgi.py | 385B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0001_initial.py | 420B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0002_auto_20150427_0508.py | 841B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0003_auto_20150504_0351.py | 801B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0004_solo_slug.py | 430B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0005_auto_20150512_0454.py | 493B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/__init__.py | 0B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/templates/solos/index.html | 607B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/templates/solos/solo_detail.html | 482B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/tests/__init__.py | 0B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/tests/test_models.py | 3.99KB Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/tests/test_urls.py | 880B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/tests/test_views.py | 3.47KB Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/__init__.py | 0B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/admin.py | 207B Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/models.py | 2.66KB Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/views.py | 1.02KB Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/manage.py | 247B Code/Chapter 6/jmad-ch6-1-integrate-mb/.gitignore | 733B Code/Chapter 6/jmad-ch6-1-integrate-mb/LICENSE | 17.60KB Code/Chapter 6/jmad-ch6-1-integrate-mb/README.md | 56B Code/Chapter 6/jmad-ch6-1-integrate-mb/requirements.txt | 51B Code/Chapter 6/pax_global_header | 52B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/migrations/0001_initial.py | 1.04KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/migrations/__init__.py | 0B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/tests/__init__.py | 21B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/tests/test_api.py | 1.97KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/__init__.py | 0B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/admin.py | 244B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/models.py | 595B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/serializers.py | 279B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/views.py | 478B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/__init__.py | 0B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/settings.py | 2.66KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/tests.py | 13.53KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/urls.py | 678B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/wsgi.py | 385B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0001_initial.py | 420B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0002_auto_20150427_0508.py | 841B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0003_auto_20150504_0351.py | 801B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0004_solo_slug.py | 430B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0005_auto_20150512_0454.py | 493B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/__init__.py | 0B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/templates/solos/index.html | 607B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/templates/solos/solo_detail.html | 482B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/__init__.py | 0B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_api.py | 1.31KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_models.py | 3.99KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_serializers.py | 486B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_urls.py | 880B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_views.py | 3.47KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/__init__.py | 0B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/admin.py | 207B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/models.py | 2.66KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/serializers.py | 341B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/views.py | 1.27KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/manage.py | 247B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/.gitignore | 733B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/API.md | 2.42KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/LICENSE | 17.60KB Code/Chapter 7/jmad-ch7-5-slug-in-serializer/README.md | 56B Code/Chapter 7/jmad-ch7-5-slug-in-serializer/requirements.txt | 79B Code/Chapter 7/pax_global_header | 52B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/migrations/0001_initial.py | 1.04KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/migrations/__init__.py | 0B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/tests/__init__.py | 21B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/tests/test_api.py | 1.97KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/__init__.py | 0B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/admin.py | 244B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/models.py | 595B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/serializers.py | 279B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/views.py | 478B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/__init__.py | 0B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/settings.py | 2.66KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/tests.py | 13.53KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/urls.py | 678B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/wsgi.py | 385B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0001_initial.py | 420B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0002_auto_20150427_0508.py | 841B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0003_auto_20150504_0351.py | 801B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0004_solo_slug.py | 430B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0005_auto_20150512_0454.py | 493B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/__init__.py | 0B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/templates/solos/index.html | 607B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/templates/solos/solo_detail.html | 482B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/__init__.py | 0B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_api.py | 1.31KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_models.py | 3.99KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_serializers.py | 486B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_urls.py | 880B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_views.py | 3.47KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/__init__.py | 0B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/admin.py | 207B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/models.py | 2.66KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/serializers.py | 341B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/views.py | 1.27KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/manage.py | 247B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/.gitignore | 733B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/API.md | 2.42KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/LICENSE | 17.60KB Code/full.tar/full/jmad-ch7-5-slug-in-serializer/README.md | 56B Code/full.tar/full/jmad-ch7-5-slug-in-serializer/requirements.txt | 79B Code/full.tar/full/pax_global_header | 52B Code/README.txt | 164B Kevin Harvey - Test-Driven Development with Django - 2015.epub | 1.11MB Kevin Harvey - Test-Driven Development with Django - 2015.mobi | 1.98MB Kevin Harvey - Test-Driven Development with Django - 2015.pdf | 4.05MB