-
Notifications
You must be signed in to change notification settings - Fork 0
/
djentle-django-day-2.html
176 lines (126 loc) · 7.32 KB
/
djentle-django-day-2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<title>Djentle Django Day 2</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<link href="http://blog.novapython.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="NOVA Python Atom Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
<script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<div style="height:60px">
<h1 style="float:left"><a href=".">NOVA Python </a></h1>
<div class="social" style="float: right">
<ul>
<li><a href="http://blog.novapython.org/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="http://twitter.com/NOVAPython">@NOVAPython</a></li>
</ul>
</div><!-- /.social -->
</div>
<nav><ul>
<li ><a href="./category/meetups.html">Meetups</a></li>
<li class="active"><a href="./category/workshops.html">Workshops</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="djentle-django-day-2.html" rel="bookmark"
title="Permalink to Djentle Django Day 2">Djentle Django Day 2</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2012-08-12T00:00:00">
Sun 12 August 2012
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/ryan-day.html">Ryan Day</a>
</address>
<p>In <a href="./category/workshops.html">Workshops</a>. </p>
<p>tags: <a href="./tag/python.html">python</a><a href="./tag/django.html">django</a><a href="./tag/meta.html">meta</a></p>
</footer><!-- /.post-info -->
<p>The first workshop has been completed successfully. Thanks to a great team,
participants were able to build a working Django web site from nothing.
Some participants were brand new to Linux as well. So there was alot of ground
covered. Fortunately, Django is straight forward and pretty easy to work with.</p>
<ul class="simple">
<li>Huge thanks to the <a class="reference external" href="http://nvcc.edu">Northen Virginia Community College</a> for providing a lab outfitted with computers.</li>
<li><a class="reference external" href="http://www.willowtreeapps.com/">Willow Tree Apps</a> provided lunch on both days of the workshop, allowing us to interact with eachother and learn that much more.</li>
</ul>
<p>And of course, those who taught us all something new</p>
<ul class="simple">
<li>Alan Elkner (<a class="reference external" href="http://elkner.net/">elkner.net</a>)</li>
<li>Annalee Flower Horne (how does one reach you?)</li>
<li>Eddie Welker (<a class="reference external" href="http://twitter.com/edwelker/">@edwelker</a>)</li>
<li>Jackie Kazil (<a class="reference external" href="https://twitter.com/JackieKazil">@JackieKazi</a>)</li>
<li>Jeff Elkner (<a class="reference external" href="http://elkner.net/">elkner.net</a>)</li>
<li>Jen Rullmann (<a class="reference external" href="https://twitter.com/RedMonocle">@RedMonocle</a>)</li>
<li>Kevin Cole (<a class="reference external" href="https://twitter.com/ubuntourist">@ubuntourist</a>)</li>
<li>Matt Makai (<a class="reference external" href="http://twitter.com/makaimc/">@makaimc</a>)</li>
<li>Ryan Day (<a class="reference external" href="https://twitter.com/RyanDay2">@RyanDay2</a>)</li>
</ul>
<p>I have a lot of data and thoughts and ideas, but I have to compile it all first.
I hope to put up something graphing the spreadsheet data and ideas later this
week. So check back!</p>
<p>Until then, quote of the course, "Most of computer programming is just doing math the wrong way".</p>
</div><!-- /.entry-content -->
<div class="comments">
<h2>Comments !</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_identifier = "djentle-django-day-2.html";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://novapythonblog.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="http://novapython.org/">NOVA Python</a></li>
<li><a href="http://vmware.com/">VMWare (Sponsor!)</a></li>
<li><a href="http://excella.com/">Excella (Sponsor!)</a></li>
<li><a href="http://www.willowtreeapps.com/">Willow Tree (Sponsor!)</a></li>
</ul>
</div><!-- /.blogroll -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a href="http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-28498410-3");
pageTracker._trackPageview();
} catch(err) {}</script>
<script type="text/javascript">
// Test
var disqus_shortname = 'novapythonblog';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>