Commit Graph

72 Commits (chap9)

Author SHA1 Message Date
Jason Zhu c0ee38eadd Create requirements.txt 2020-11-12 18:49:00 +11:00
Jason Zhu acc73e287d Moved everything from src to root directory 2020-11-12 18:21:04 +11:00
Jason Zhu 830c5c01ee 9.2 As Always, Start with a Test 2020-11-12 13:28:05 +11:00
Jason Zhu 2b42be9815 8.8 What We Glossed Over: collectstatic and Other Static Directories 2020-11-11 21:26:58 +11:00
Jason Zhu 9cb89fbbb2 8.7 Using Our Own CSS 2020-11-11 21:14:20 +11:00
Jason Zhu 863ed901f2 8.6.3 Table Styling 2020-11-11 21:06:48 +11:00
Jason Zhu f091214d3f 8.6.2 Large Inputs 2020-11-11 21:02:35 +11:00
Jason Zhu 7c666eefa0 8.6.1 Jumbotron! 2020-11-11 20:59:29 +11:00
Jason Zhu 79cb4da94d 8.5.1 Switching to StaticLiveServerTestCase 2020-11-11 19:22:46 +11:00
Jason Zhu 4931ae9747 8.5 Static Files in Django 2020-11-11 19:16:23 +11:00
Jason Zhu 8a0fb67696 Remigrate the database 2020-11-11 19:16:09 +11:00
Jason Zhu bfa3bde075 8.4.1 Rows and Columns 2020-11-11 18:18:10 +11:00
Jason Zhu 8a57cbfc10 8.4 Integrating Bootstrap 2020-11-11 18:09:23 +11:00
Jason Zhu 430167db83 8.3 Django Template Inheritance 2020-11-11 18:03:02 +11:00
Jason Zhu d209a9a794 8.2 Prettification: Using a CSS Framework
Added Bootstrap v3 into lists
2020-11-11 17:48:24 +11:00
Jason Zhu f8ea01f895 8.1 What to Functionally Test About Layout and Style 2020-11-11 17:32:22 +11:00
Jason Zhu c1e75783d6 7.12 A Final Refactor Using URL includes (w/ bug fix) 2020-11-11 16:02:34 +11:00
Jason Zhu 59f8866642 A Final Refactor Using URL includes 2020-11-11 15:57:15 +11:00
Jason Zhu e3f0793729 7.11.4 Testing the Response Context Objects Directly 2020-11-11 15:47:02 +11:00
Jason Zhu d99dd167ac 7.11.2 The Last New View (w/ bug fix) 2020-11-11 15:27:37 +11:00
Jason Zhu 84f6645fc1 7.11.2 The Last New URL 2020-11-11 15:20:04 +11:00
Jason Zhu 62beff176e 7.11.1 Beware of Greedy Regular Expressions! 2020-11-11 15:19:01 +11:00
Jason Zhu 3b999bda98 7.11 One More View to Handle Adding Items to an Existing List 2020-11-11 15:15:51 +11:00
Jason Zhu 29124d8fcd 7.10.2 Adjusting new_list to the New World (w/ bug fix) 2020-11-11 15:04:49 +11:00
Jason Zhu 434e66e0ae 7.10.1 Capturing Parameters from URLs 2020-11-11 14:54:17 +11:00
Jason Zhu df26c82490 7.10 Each List Should Have Its Own URL 2020-11-11 14:52:09 +11:00
Jason Zhu 6515ab1dc7 7.9.2 Adjusting the Rest of the World to Our New Models 2020-11-11 14:47:24 +11:00
Jason Zhu db97326010 7.9.1 A Foreign Key Relationship (continue) 2020-11-11 14:41:58 +11:00
Jason Zhu 5e167bf898 7.9.1 A Foreign Key Relationship 2020-11-11 14:41:27 +11:00
Jason Zhu 56e0feac1e 7.9 Biting the Bullet: Adjustinig Our Models 2020-11-11 14:39:11 +11:00
Jason Zhu 5dc4127eaa 7.8.4 A Regression! Pointing Our Forms at the New URL 2020-11-11 14:35:01 +11:00
Jason Zhu 11be39eaf2 7.8.3 Removing Now-Redundant Code and Tests 2020-11-11 14:33:52 +11:00
Jason Zhu b5ab7f620a 7.8.2 A URL and View for New List Creation 2020-11-11 14:32:21 +11:00
Jason Zhu 24fb7b1e09 7.8.1 A Test Class for New List Creation 2020-11-11 14:27:11 +11:00
Jason Zhu 8bf071ae61 7.7 Another Small Step: A Separate Template for Viewing Lists 2020-11-11 14:19:55 +11:00
Jason Zhu 541e85a01f 7.6 Green? Refactor 2020-11-11 14:15:26 +11:00
Jason Zhu 2e3ddeb036 7.5.2+ A New View Function 2020-11-11 13:36:02 +11:00
Jason Zhu d2d72da60d 7.5.2 A New View Function 2020-11-11 13:33:55 +11:00
Jason Zhu 4d0f9a6976 7.5.1 A New URL 2020-11-11 00:07:45 +11:00
Jason Zhu 153e36c790 7.5 Taking a First, Self-Contained Step: One New URL 2020-11-11 00:07:25 +11:00
Jason Zhu e59776035b 7.4 Iterating Towards the New Design 2020-11-10 23:56:56 +11:00
Jason Zhu 0d2e2de364 7.3 Ensuring We Have a Regression Test 2020-11-10 23:53:42 +11:00
Jason Zhu 5c57b306bd 7.0 Small Design When Necessary 2020-11-10 23:39:17 +11:00
Jason Zhu 8cdc3ec319 6.3 On Implicit and Explicit Waits, and Voodoo time.sleeps 2020-11-09 16:58:36 +11:00
Jason Zhu 5b4547af9a 6.1 Ensuring Test Isolation in Functional Tests 2020-11-09 15:52:11 +11:00
Jason Zhu 05b8f21943 Redirect after POST, and show all items in template 2020-11-09 12:33:20 +11:00
Jason Zhu ff01b880eb Rendering Items in the Template 2020-11-09 12:22:55 +11:00
Jason Zhu deceab97c3 5.7 Redirect After a POST 2020-11-09 11:57:23 +11:00
Jason Zhu 8bfd695ece 5.6 Saving the POST to the Database 2020-11-09 11:16:18 +11:00
Jason Zhu ac7a1a70e1 5.5.2 The Test Gets Surprisingly Far: Model for list Items and associated migration 2020-11-08 22:03:59 +11:00