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
Copy file name to clipboardExpand all lines: change-log.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ <h2>2014</h2>
83
83
Merged several pull requests (see closed
84
84
<aclass="reference external" href="https://github.com/makaimc/fullstackpython.github.com/pulls">GitHub repo pull requests</a>). New resources for platform-as-a-service section. Adding new
85
85
sections specified by the community as missing. Reorganized ordering of
86
-
content.</p>
86
+
content. Broke out subsections for Django and Flask.</p>
87
87
<p>Jan: Adding configuration management, application dependencies, and source
88
88
control sections. Also updating about section. Updated design to be fully
Copy file name to clipboardExpand all lines: source/content/pages/change-log.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Added task queues section due to reader feedback. Rewrote intro section.
14
14
Merged several pull requests (see closed
15
15
`GitHub repo pull requests <https://github.com/makaimc/fullstackpython.github.com/pulls>`_). New resources for platform-as-a-service section. Adding new
16
16
sections specified by the community as missing. Reorganized ordering of
17
-
content.
17
+
content. Broke out subsections for Django and Flask.
18
18
19
19
Jan: Adding configuration management, application dependencies, and source
20
20
control sections. Also updating about section. Updated design to be fully
Copy file name to clipboardExpand all lines: web-frameworks.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,8 +166,8 @@ <h3>Flask resources</h3>
166
166
<li><aclass="reference external" href="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xvii-deployment-on-linux-even-on-the-raspberry-pi">Part 17: Deployment on Linux</a></li>
167
167
<li><aclass="reference external" href="http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xviii-deployment-on-the-heroku-cloud">Part 18: Deployment on the Heroku Cloud</a></li>
168
168
</ul>
169
-
<p>Yeah, there are a lot of parts to the series. However, it helps to keep the
170
-
complexity contained to small pieces at a time. The whole series is well
169
+
<p>Yes, there are many parts to the series. However, each post is focused on
170
+
a single topic to contain the complexity. The whole series is well
171
171
worth an in-depth read-through. The
172
172
<aclass="reference external" href="https://twitter.com/miguelgrinberg">author</a> is also writing the
173
173
<aclass="reference external" href="http://shop.oreilly.com/product/0636920031116.do">O'Reilly Flask Web Development</a>
0 commit comments