Skip to content

Commit 05b3904

Browse files
committed
adding future directions based on boston python users group feedback
1 parent e0a3db8 commit 05b3904

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-06T09:51:26Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-07-07T19:50:55Z</updated></feed>

future-directions.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ <h1>Future Directions</h1>
6565
<li><a href="/web-application-security.html">Web security</a></li>
6666
</ol>
6767
</li>
68+
<li>
69+
<p>Plain English explanations for Django, Flask and Bottle framework concepts
70+
such as how forms work with templates, how models interact with views and
71+
what the files are when a new boilerplate project is created (especially
72+
important with Django)</p>
73+
</li>
6874
</ul>
6975
<p>After those updates are done I'll go back through and apply visuals to
7076
each section to make them easier to read and understand.</p>

source/content/pages/10-misc/1007-future-directions.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ Here are some things I'm actively working on:
4545
1. [Web security](/web-application-security.html)
4646

4747

48+
* Plain English explanations for Django, Flask and Bottle framework concepts
49+
such as how forms work with templates, how models interact with views and
50+
what the files are when a new boilerplate project is created (especially
51+
important with Django)
52+
4853
After those updates are done I'll go back through and apply visuals to
4954
each section to make them easier to read and understand.
5055

0 commit comments

Comments
 (0)