-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
350 lines (292 loc) · 13.9 KB
/
index.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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="en">
<head>
<title>DjangoCon AU 2019 - Australian Django Developer Conference in Sydney, August 2019</title>
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1" >
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@djangoconau">
<meta name="twitter:creator" content="@djangocon">
<meta name="twitter:title" content="DjangoCon AU 2019">
<meta name="twitter:description" content="DjangoCon AU 2019, August 2, Sydney International Convention Centre. A part of PyCon AU.">
<meta name="twitter:image" content="http://2019.djangocon.com.au/images/twittercard.png">
<link href="css/style.css" rel=stylesheet >
<link href="css/style-960.css" media="only screen and (min-width: 960px)" type="text/css" rel="stylesheet" />
<!--[if lt IE 9]>
<link href="css/style-960.css" type="text/css" rel="stylesheet" />
<![endif]-->
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet">
<script type="text/javascript"> <!-- Analytics Code -->
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39962564-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!--
<div class="banner">
<a href="https://2019.pycon-au.org/speak/">
Call for Proposals (CFP) is open until Sunday, May 5 Anywhere On Earth (AoE)!
</a>
</div>
-->
<!--
<div class="banner">
<a href="https://2019.pycon-au.org/attend/tickets/">
Tickets are on sale now!
</a>
</div>
-->
<div class="banner">
<a href="https://shop.spreadshirt.com.au/djangocon">
Get your DjangoCon AU 2019 t-shirt here!
</a>
</div>
<div class="header">
<div class="wrap">
<h1>DjangoCon<span>AU 2019</span></h1>
<div class="description">
<p>DjangoCon AU is an annual gathering of Django developers in
Australia. It is held as a one day mini-conference at the start
of PyCon AU.</p>
<p>DjangoCon AU content will be Django specific, but there will also
be useful Django-related content in the main PyCon program.</p>
<p>There will also be Django developers at the sprints held after
PyCon.</p>
</div>
<ul class="event-details group">
<li class="dates">
<span class="title">Dates</span>
<ul>
<li>DjangoCon AU: August 2, 2019</li>
<li>PyCon AU: August 3 - 4, 2019</li>
<li>Sprints: August 5 - 6, 2019</li>
</ul>
</li>
<li class="venue">
<span class="title">Venue</span>
<p>Sydney International Convention Centre</p><p>Sydney, New South Wales</p>
</li>
<li class="twitter">
<span class="title">Twitter</span>
<a href="https://twitter.com/djangoconau" target="_blank">@DjangoConAU</a>
</li>
</ul>
</div>
</div>
<div class="keynote-speaker">
<div class="wrap">
<h2 class="section-title">Invited Speaker</h2>
<ul class="speaker-list">
<li class="speaker group">
<div class="img-container">
<img src="./images/speakers/e-dunham.jpg" alt="E. Dunham" />
</div>
<div class="details">
<span class="name">E. Dunham</span>
<a href="https://twitter.com/QEDunham" target="_blank" class="social-handle">QEDunham</a>
<span class="meta">Rust's Recipes for Code and Community</span>
</div>
<p class="description">
In some ways, a browser engine seems to have little in common
with a web framework. But both are ambitious software projects,
approached by large groups of diverse people trying and sometimes
failing to cooperate, collaborate, and code together. This talk
shares firsthand observations, collected over 3 years of working
within the Rust and Servo teams at Mozilla as well as
volunteering on the Rust Community Team, about what all
developers can learn from Rust's approaches to the universal
challenges of code and community.
</p>
</li>
</ul>
</div>
</div>
<div class="speakers" id="speakers">
<div class="wrap">
<h2 class="section-title">Speakers</h2>
<ul class="speaker-list group">
<li class="speaker">
<div class="img-container">
<img src="./images/speakers/tim-savage.jpg" alt="" />
</div>
<div class="details">
<span class="name">Tim Savage</span>
<a href="https://twitter.com/savage_drummer" target="_blank" class="social-handle">savage_drummer</a>
<span class="meta">Safely eval Python syntax using the AST module</span>
</div>
<p class="description">
Allow your users to supply queries or define rules using Python
syntax and safely eval them. Processing an AST into safely
executable code.
</p>
</li>
<li class="speaker">
<div class="img-container">
<img src="./images/speakers/parth-shandilya.jpg" alt="" />
</div>
<div class="details">
<span class="name">Parth Shandilya</span>
<a href="https://twitter.com/ParthS0007" target="_blank" class="social-handle">ParthS0007</a>
<span class="meta">Web Accessibility In Django</span>
</div>
<p class="description">
Many developers want to build accessible applications, but don’t
know where to start. This talk will cover common accessibility
issues and how to address them. The audience will learn about how
disabled users interact with web apps, how to build more
accessible sites and W3C accessibility guidelines.
</p>
</li>
<li class="speaker">
<div class="img-container">
<img src="./images/speakers/noah-kantrowitz.jpg" alt="" />
</div>
<div class="details">
<span class="name">Noah Kantrowitz</span>
<a href="https://twitter.com/kantrn" target="_blank" class="social-handle">kantrn</a>
<span class="meta">Forklifting Django: Migrating A Complex Django App To Kubernetes</span>
</div>
<p class="description">
Everyone is talking about Kubernetes, but migrating existing
applications is often easier said than done. This talk will cover
the tale of migrating our main Django application to Kubernetes,
and all the problems and solutions we ran into along the way.
</p>
</li>
<li class="speaker">
<div class="img-container">
<img src="./images/speakers/russell-keith-magee.jpg" alt="" />
</div>
<div class="details">
<span class="name">Russell Keith-Magee</span>
<a href="https://twitter.com/freakboy3742" target="_blank" class="social-handle">freakboy3742</a>
<span class="meta">WASM matter?</span>
</div>
<p class="description">
One of the biggest developments in web technology in the last few
years is the emergence of WASM - Web Assembly. But what is WASM?
Can you use it in your web projects? Should you? And if so… how?
</p>
</li>
<li class="speaker">
<div class="img-container">
<img src="./images/speakers/andrew-godwin.jpg" alt="" />
</div>
<div class="details">
<span class="name">Andrew Godwin</span>
<a href="https://twitter.com/andrewgodwin" target="_blank" class="social-handle">andrewgodwin</a>
<span class="meta">Just Add Await: Retrofitting Async Into Django</span>
</div>
<p class="description">
Writing async code from scratch is hard; trying to add it into a
large, existing framework is harder. Learn about the problems we
face trying to make Django async while maintaining backwards
compatibility, as well as the problems maintaining hybrid
sync-and-async Python codebases in general.
</p>
</li>
<li class="speaker">
<div class="img-container">
<img src="./images/speakers/tobias-kunze.jpg" alt="" />
</div>
<div class="details">
<span class="name">Tobias Kunze</span>
<a href="https://twitter.com/rixxtr" target="_blank" class="social-handle">rixxtr</a>
<span class="meta">Pony, Cat, and Paw: Getting Started with the Open Source Menagerie</span>
</div>
<p class="description">
The way to your first open source pull request leads through many
implicit conventions and tools you’re expected to learn. Let’s
look at what you’ll need for your first Django contribution,
where to find help, and what challenges you’re likely to
encounter.
</p>
</li>
<li class="speaker">
<div class="img-container">
<img src="./images/speakers/melanie-crutchfield.jpg" alt="" />
</div>
<div class="details">
<span class="name">Melanie Crutchfield</span>
<a href="https://twitter.com/HelloMelanieC" target="_blank" class="social-handle">HelloMelanieC</a>
<span class="meta">The Unspeakable Horror of Discovering You Didn't Write Tests</span>
</div>
<p class="description">
I didn’t write tests. I’m here to help you avoid making the same mistake.
</p>
</li>
<li class="speaker">
<div class="img-container">
<img src="./images/speakers/tom-eastman.jpg" alt="" />
</div>
<div class="details">
<span class="name">Tom Eastman</span>
<a href="https://twitter.com/tveastman" target="_blank" class="social-handle">tveastman</a>
<span class="meta">Using Python, Django, and ruthlessness to protect people from social media harassment.</span>
</div>
<p class="description">
In this talk, I present ‘secateur’, a tool for Twitter users to
protect themselves from some forms of online harassment. I
discuss using Python and Django to create tools that integrate
with Twitter, use its APIs, and block lots of people (LOTS of
people).
</p>
</li>
</ul>
</div>
</div>
<div class="tickets">
<div class="wrap">
<h2 class="section-title">Tickets</h2>
<ul class="ticket-options group">
<li class="option group">
<span class="name">DjangoCon AU Only</span>
<p class="description">Specialist Track Day ticket. Does not include PyCon AU.</p>
<span class="price"><span class="currency">AU$</span>150</span>
</li>
<li class="option group">
<span class="name">PyCon AU Enthusiast + DjangoCon AU</span>
<p class="description">Discounted rates for enthusiasts paying out of their own pocket.</p>
<span class="price"><span class="currency">AU$</span>490</span>
</li>
<li class="option group">
<span class="name">PyCon AU Professional</span>
<p class="description">If your company is paying, or you can claim as a tax deduction. Includes DjangoCon AU.</p>
<span class="price"><span class="currency">AU$</span>690</span>
</li>
<li class="option group">
<span class="name">PyCon AU Contributor</span>
<p class="description">Give a little extra to help with financial aid for other attendees. Includes DjangoCon AU.</p>
<span class="price"><span class="currency">AU$</span>990</span>
</li>
</ul>
<p style="text-align: center; margin: 10px 0 20px 0;">Buy tickets from the PyCon AU website</p>
<a href="https://2019.pycon-au.org/attend/tickets/" target="_blank" class="button">Buy Tickets</a>
</div>
</div>
<div class="contact">
<div class="wrap">
<h2 class="section-title">Contact</h2>
<ul>
<li>Leigh Brenecki <a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li>Markus Holtermann <a href="mailto:[email protected]" target="_blank">[email protected]</a></li>
<li>Twitter: <a href="https://twitter.com/djangoconau" target="_blank">@DjangoConAU</a></li>
</ul>
</div>
</div>
<div class="footer group">
<div class="wrap">
<a href="https://www.flickr.com/photos/101643643@N08/15265718965/" target="_blank" class="image-credit">"Pyrmont Bridge, Sydney" © 2014 WANG-HSIN PEI, used under a Creative Commons Attribution 2.0 Generic (CC BY 2.0) license.</a>
<a href="https://www.thecut.net.au/" target="_blank" class="the-cut">Designed by The Cut, Perth.</a>
</div>
</div>
</body>
</html>