You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The term DDD comes from the book by Eric Evans: <ahref="[https://www.amazon.co.uk/Domain-driven-Design-Tackling-Complexity-Software/dp/0321125215">“Domain-Driven Design: Tackling
47
+
<p>The term DDD comes from the book by Eric Evans: <ahref="[https://www.amazon.co.uk/Domain-driven-Design-Tackling-Complexity-Software/dp/0321125215">“Domain-Driven Design: Tackling
35
48
Complexity in the Heart of Software”</a>.
36
49
In his book he describes a set of practices that aim to help us build
37
50
maintainable, rich, software systems that solve customer’s problems. The book is
Copy file name to clipboardExpand all lines: book/appendix_django.html
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@
24
24
border:0;
25
25
margin-bottom:2em;
26
26
}
27
-
28
27
.exampleblock .title {
29
28
text-align: right;
30
29
}
31
30
32
-
.prev_and_next_buttons {
31
+
/* prev/next chapter links at bottom of page */
32
+
.prev_and_next_chapter_links {
33
33
margin:10px;
34
34
}
35
35
.prev_chapter_link {
@@ -39,11 +39,19 @@
39
39
float: right;
40
40
}
41
41
42
+
43
+
/* a few tweaks to existing styles */
44
+
#tocli {
45
+
margin-top:0.5em;
46
+
}
47
+
42
48
#footnoteshr {
43
49
width:100%;
44
50
}
51
+
45
52
/* end customisations by harry */
46
53
54
+
47
55
/* CUSTOMISATIONS */
48
56
49
57
/* Change the values in root for quick customisation. If you want even more fine grain... venture further. */
@@ -655,7 +663,7 @@ <h3 id="_steps_along_the_way">Steps Along the Way</h3>
655
663
</div>
656
664
</div>
657
665
</div>
658
-
<divclass="prev_and_next_buttons">
666
+
<divclass="prev_and_next_chapter_links">
659
667
<hr>
660
668
<aclass="prev_chapter_link" href="/book/appendix_csvs.html"><< Previous - Appendix C: Swapping Out the Infrastructure: Do Everything with CSVs</a>
0 commit comments