Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/settings.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/tests.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/urls.py |
178 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/jmad/wsgi.py |
385 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/migrations/0001_initial.py |
420 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/migrations/0002_auto_20150427_0508.py |
841 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/templates/solos/index.html |
547 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/tests/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/tests/test_models.py |
445 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/tests/test_urls.py |
364 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/tests/test_views.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/admin.py |
63 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/models.py |
197 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/solos/views.py |
558 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/jmad/manage.py |
247 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/.gitignore |
693 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/LICENSE |
18 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/README.md |
56 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/jmad-ch2-8-add-filtering/requirements.txt |
31 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 2/pax_global_header |
52 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/settings.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/tests.py |
4 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/urls.py |
279 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/jmad/wsgi.py |
385 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/migrations/0001_initial.py |
420 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/migrations/0002_auto_20150427_0508.py |
841 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/migrations/0003_auto_20150504_0351.py |
801 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/templates/solos/index.html |
601 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/templates/solos/solo_detail.html |
218 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/tests/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/tests/test_models.py |
619 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/tests/test_urls.py |
676 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/tests/test_views.py |
2 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/admin.py |
63 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/models.py |
384 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/solos/views.py |
661 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/jmad/manage.py |
247 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/.gitignore |
693 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/LICENSE |
18 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/README.md |
56 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/jmad-ch3-8-solo-detail-attrs/requirements.txt |
31 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 3/pax_global_header |
52 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/migrations/0001_initial.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/admin.py |
63 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/models.py |
390 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/tests.py |
60 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/albums/views.py |
63 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/settings.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/tests.py |
5 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/urls.py |
321 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/jmad/wsgi.py |
385 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0001_initial.py |
420 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0002_auto_20150427_0508.py |
841 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0003_auto_20150504_0351.py |
801 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0004_solo_slug.py |
430 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/0005_auto_20150512_0454.py |
493 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/templates/solos/index.html |
607 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/templates/solos/solo_detail.html |
482 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/tests/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/tests/test_models.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/tests/test_urls.py |
880 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/tests/test_views.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/admin.py |
63 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/models.py |
654 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/solos/views.py |
787 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/jmad/manage.py |
247 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/.gitignore |
693 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/LICENSE |
18 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/README.md |
56 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/jmad-ch4-4-refactor-solo-view/requirements.txt |
31 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 4/pax_global_header |
52 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/migrations/0001_initial.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/admin.py |
244 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/models.py |
595 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/tests.py |
60 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/albums/views.py |
63 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/settings.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/tests.py |
14 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/urls.py |
321 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/jmad/wsgi.py |
385 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0001_initial.py |
420 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0002_auto_20150427_0508.py |
841 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0003_auto_20150504_0351.py |
801 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0004_solo_slug.py |
430 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/0005_auto_20150512_0454.py |
493 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/templates/solos/index.html |
607 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/templates/solos/solo_detail.html |
482 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/tests/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/tests/test_models.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/tests/test_urls.py |
880 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/tests/test_views.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/admin.py |
207 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/models.py |
926 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/solos/views.py |
787 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/jmad/manage.py |
247 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/.gitignore |
733 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/LICENSE |
18 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/README.md |
56 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/jmad-ch5-6-complete-staff-func-test/requirements.txt |
31 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 5/pax_global_header |
52 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/migrations/0001_initial.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/admin.py |
244 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/models.py |
595 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/tests.py |
60 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/albums/views.py |
63 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/settings.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/tests.py |
14 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/urls.py |
321 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/jmad/wsgi.py |
385 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0001_initial.py |
420 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0002_auto_20150427_0508.py |
841 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0003_auto_20150504_0351.py |
801 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0004_solo_slug.py |
430 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/0005_auto_20150512_0454.py |
493 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/templates/solos/index.html |
607 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/templates/solos/solo_detail.html |
482 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/tests/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/tests/test_models.py |
4 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/tests/test_urls.py |
880 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/tests/test_views.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/admin.py |
207 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/models.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/solos/views.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/jmad/manage.py |
247 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/.gitignore |
733 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/LICENSE |
18 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/README.md |
56 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/jmad-ch6-1-integrate-mb/requirements.txt |
51 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 6/pax_global_header |
52 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/migrations/0001_initial.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/tests/__init__.py |
21 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/tests/test_api.py |
2 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/admin.py |
244 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/models.py |
595 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/serializers.py |
279 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/albums/views.py |
478 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/settings.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/tests.py |
14 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/urls.py |
678 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/jmad/wsgi.py |
385 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0001_initial.py |
420 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0002_auto_20150427_0508.py |
841 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0003_auto_20150504_0351.py |
801 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0004_solo_slug.py |
430 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0005_auto_20150512_0454.py |
493 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/templates/solos/index.html |
607 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/templates/solos/solo_detail.html |
482 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_api.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_models.py |
4 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_serializers.py |
486 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_urls.py |
880 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_views.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/admin.py |
207 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/models.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/serializers.py |
341 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/solos/views.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/jmad/manage.py |
247 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/.gitignore |
733 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/API.md |
2 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/LICENSE |
18 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/README.md |
56 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/jmad-ch7-5-slug-in-serializer/requirements.txt |
79 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/Chapter 7/pax_global_header |
52 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/migrations/0001_initial.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/tests/__init__.py |
21 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/tests/test_api.py |
2 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/admin.py |
244 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/models.py |
595 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/serializers.py |
279 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/albums/views.py |
478 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/settings.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/tests.py |
14 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/urls.py |
678 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/jmad/wsgi.py |
385 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0001_initial.py |
420 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0002_auto_20150427_0508.py |
841 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0003_auto_20150504_0351.py |
801 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0004_solo_slug.py |
430 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/0005_auto_20150512_0454.py |
493 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/migrations/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/templates/solos/index.html |
607 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/templates/solos/solo_detail.html |
482 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_api.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_models.py |
4 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_serializers.py |
486 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_urls.py |
880 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/tests/test_views.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/__init__.py |
0 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/admin.py |
207 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/models.py |
3 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/serializers.py |
341 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/solos/views.py |
1 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/jmad/manage.py |
247 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/.gitignore |
733 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/API.md |
2 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/LICENSE |
18 KB |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/README.md |
56 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/jmad-ch7-5-slug-in-serializer/requirements.txt |
79 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/full.tar/full/pax_global_header |
52 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Code/README.txt |
164 B |
Kevin Harvey - Test-Driven Development with Django - 2015/Kevin Harvey - Test-Driven Development with Django - 2015.epub |
1.1 MB |
Kevin Harvey - Test-Driven Development with Django - 2015/Kevin Harvey - Test-Driven Development with Django - 2015.mobi |
2 MB |
Kevin Harvey - Test-Driven Development with Django - 2015/Kevin Harvey - Test-Driven Development with Django - 2015.pdf |
4 MB |