Skip to content

Commit d29535a

Browse files
committed
🎨 Adds DjangoCon Australia
Fixes #10
1 parent 4dd63eb commit d29535a

13 files changed

+143
-0
lines changed

README.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ for year in range(2008, 2024):
9898
print("----\n")
9999
print(f"### {year}.djangocon.eu\n")
100100
print(f"[![](screenshots/{year}-djangocon-eu.png)](https://{year}.djangocon.eu)\n")
101+
if year > 2012:
102+
print("----\n")
103+
print(f"### {year}.djangocon.com.au\n")
104+
print(f"[![](screenshots/{year}-djangocon-au.png)](https://{year}.djangocon.com.au)\n")
101105
print("----\n")
102106
print(f"### {year}.djangocon.us\n")
103107
print(f"[![](screenshots/{year}-djangocon-us.png)](https://{year}.djangocon.us)\n")
@@ -140,12 +144,24 @@ for year in range(2008, 2024):
140144

141145
----
142146

147+
### 2013.djangocon.com.au
148+
149+
[![](screenshots/2013-djangocon-au.png)](https://2013.djangocon.com.au)
150+
151+
----
152+
143153
### 2013.djangocon.us
144154

145155
[![](screenshots/2013-djangocon-us.png)](https://2013.djangocon.us)
146156

147157
----
148158

159+
### 2014.djangocon.com.au
160+
161+
[![](screenshots/2014-djangocon-au.png)](https://2014.djangocon.com.au)
162+
163+
----
164+
149165
### 2014.djangocon.us
150166

151167
[![](screenshots/2014-djangocon-us.png)](https://2014.djangocon.us)
@@ -158,6 +174,12 @@ for year in range(2008, 2024):
158174

159175
----
160176

177+
### 2015.djangocon.com.au
178+
179+
[![](screenshots/2015-djangocon-au.png)](https://2015.djangocon.com.au)
180+
181+
----
182+
161183
### 2015.djangocon.us
162184

163185
[![](screenshots/2015-djangocon-us.png)](https://2015.djangocon.us)
@@ -170,6 +192,12 @@ for year in range(2008, 2024):
170192

171193
----
172194

195+
### 2016.djangocon.com.au
196+
197+
[![](screenshots/2016-djangocon-au.png)](https://2016.djangocon.com.au)
198+
199+
----
200+
173201
### 2016.djangocon.us
174202

175203
[![](screenshots/2016-djangocon-us.png)](https://2016.djangocon.us)
@@ -182,6 +210,12 @@ for year in range(2008, 2024):
182210

183211
----
184212

213+
### 2017.djangocon.com.au
214+
215+
[![](screenshots/2017-djangocon-au.png)](https://2017.djangocon.com.au)
216+
217+
----
218+
185219
### 2017.djangocon.us
186220

187221
[![](screenshots/2017-djangocon-us.png)](https://2017.djangocon.us)
@@ -194,6 +228,12 @@ for year in range(2008, 2024):
194228

195229
----
196230

231+
### 2018.djangocon.com.au
232+
233+
[![](screenshots/2018-djangocon-au.png)](https://2018.djangocon.com.au)
234+
235+
----
236+
197237
### 2018.djangocon.us
198238

199239
[![](screenshots/2018-djangocon-us.png)](https://2018.djangocon.us)
@@ -206,6 +246,12 @@ for year in range(2008, 2024):
206246

207247
----
208248

249+
### 2019.djangocon.com.au
250+
251+
[![](screenshots/2019-djangocon-au.png)](https://2019.djangocon.com.au)
252+
253+
----
254+
209255
### 2019.djangocon.us
210256

211257
[![](screenshots/2019-djangocon-us.png)](https://2019.djangocon.us)
@@ -218,6 +264,12 @@ for year in range(2008, 2024):
218264

219265
----
220266

267+
### 2020.djangocon.com.au
268+
269+
[![](screenshots/2020-djangocon-au.png)](https://2020.djangocon.com.au)
270+
271+
----
272+
221273
### 2020.djangocon.us
222274

223275
[![](screenshots/2020-djangocon-us.png)](https://2020.djangocon.us)
@@ -230,6 +282,12 @@ for year in range(2008, 2024):
230282

231283
----
232284

285+
### 2021.djangocon.com.au
286+
287+
[![](screenshots/2021-djangocon-au.png)](https://2021.djangocon.com.au)
288+
289+
----
290+
233291
### 2021.djangocon.us
234292

235293
[![](screenshots/2021-djangocon-us.png)](https://2021.djangocon.us)
@@ -242,6 +300,12 @@ for year in range(2008, 2024):
242300

243301
----
244302

303+
### 2022.djangocon.com.au
304+
305+
[![](screenshots/2022-djangocon-au.png)](https://2022.djangocon.com.au)
306+
307+
----
308+
245309
### 2022.djangocon.us
246310

247311
[![](screenshots/2022-djangocon-us.png)](https://2022.djangocon.us)
@@ -254,6 +318,12 @@ for year in range(2008, 2024):
254318

255319
----
256320

321+
### 2023.djangocon.com.au
322+
323+
[![](screenshots/2023-djangocon-au.png)](https://2023.djangocon.com.au)
324+
325+
----
326+
257327
### 2023.djangocon.us
258328

259329
[![](screenshots/2023-djangocon-us.png)](https://2023.djangocon.us)

screenshots/2013-djangocon-au.png

185 KB
Loading

screenshots/2014-djangocon-au.png

165 KB
Loading

screenshots/2015-djangocon-au.png

178 KB
Loading

screenshots/2016-djangocon-au.png

188 KB
Loading

screenshots/2017-djangocon-au.png

167 KB
Loading

screenshots/2018-djangocon-au.png

186 KB
Loading

screenshots/2019-djangocon-au.png

195 KB
Loading

screenshots/2020-djangocon-au.png

135 KB
Loading

screenshots/2021-djangocon-au.png

119 KB
Loading

screenshots/2022-djangocon-au.png

133 KB
Loading

screenshots/2023-djangocon-au.png

167 KB
Loading

shots.yml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
# print(f" url: https://{year}.djangocon.eu")
1818
# print(f" width: {width}")
1919
# print("")
20+
# if year > 2012:
21+
# print(f"- output: ./screenshots/{year}-djangocon-au.png")
22+
# print(f" height: {height}")
23+
# print(f" quality: {quality}")
24+
# print(f" url: https://{year}.djangocon.com.au")
25+
# print(f" width: {width}")
26+
# print("")
2027
# ]]]
2128
- output: ./screenshots/2008-djangocon-us.png
2229
height: 1024
@@ -60,12 +67,24 @@
6067
url: https://2013.djangocon.us
6168
width: 1280
6269

70+
- output: ./screenshots/2013-djangocon-au.png
71+
height: 1024
72+
quality: 80
73+
url: https://2013.djangocon.com.au
74+
width: 1280
75+
6376
- output: ./screenshots/2014-djangocon-us.png
6477
height: 1024
6578
quality: 80
6679
url: https://2014.djangocon.us
6780
width: 1280
6881

82+
- output: ./screenshots/2014-djangocon-au.png
83+
height: 1024
84+
quality: 80
85+
url: https://2014.djangocon.com.au
86+
width: 1280
87+
6988
- output: ./screenshots/2015-djangocon-us.png
7089
height: 1024
7190
quality: 80
@@ -78,6 +97,12 @@
7897
url: https://2015.djangocon.eu
7998
width: 1280
8099

100+
- output: ./screenshots/2015-djangocon-au.png
101+
height: 1024
102+
quality: 80
103+
url: https://2015.djangocon.com.au
104+
width: 1280
105+
81106
- output: ./screenshots/2016-djangocon-us.png
82107
height: 1024
83108
quality: 80
@@ -90,6 +115,12 @@
90115
url: https://2016.djangocon.eu
91116
width: 1280
92117

118+
- output: ./screenshots/2016-djangocon-au.png
119+
height: 1024
120+
quality: 80
121+
url: https://2016.djangocon.com.au
122+
width: 1280
123+
93124
- output: ./screenshots/2017-djangocon-us.png
94125
height: 1024
95126
quality: 80
@@ -102,6 +133,12 @@
102133
url: https://2017.djangocon.eu
103134
width: 1280
104135

136+
- output: ./screenshots/2017-djangocon-au.png
137+
height: 1024
138+
quality: 80
139+
url: https://2017.djangocon.com.au
140+
width: 1280
141+
105142
- output: ./screenshots/2018-djangocon-us.png
106143
height: 1024
107144
quality: 80
@@ -114,6 +151,12 @@
114151
url: https://2018.djangocon.eu
115152
width: 1280
116153

154+
- output: ./screenshots/2018-djangocon-au.png
155+
height: 1024
156+
quality: 80
157+
url: https://2018.djangocon.com.au
158+
width: 1280
159+
117160
- output: ./screenshots/2019-djangocon-us.png
118161
height: 1024
119162
quality: 80
@@ -126,6 +169,12 @@
126169
url: https://2019.djangocon.eu
127170
width: 1280
128171

172+
- output: ./screenshots/2019-djangocon-au.png
173+
height: 1024
174+
quality: 80
175+
url: https://2019.djangocon.com.au
176+
width: 1280
177+
129178
- output: ./screenshots/2020-djangocon-us.png
130179
height: 1024
131180
quality: 80
@@ -138,6 +187,12 @@
138187
url: https://2020.djangocon.eu
139188
width: 1280
140189

190+
- output: ./screenshots/2020-djangocon-au.png
191+
height: 1024
192+
quality: 80
193+
url: https://2020.djangocon.com.au
194+
width: 1280
195+
141196
- output: ./screenshots/2021-djangocon-us.png
142197
height: 1024
143198
quality: 80
@@ -150,6 +205,12 @@
150205
url: https://2021.djangocon.eu
151206
width: 1280
152207

208+
- output: ./screenshots/2021-djangocon-au.png
209+
height: 1024
210+
quality: 80
211+
url: https://2021.djangocon.com.au
212+
width: 1280
213+
153214
- output: ./screenshots/2022-djangocon-us.png
154215
height: 1024
155216
quality: 80
@@ -162,6 +223,12 @@
162223
url: https://2022.djangocon.eu
163224
width: 1280
164225

226+
- output: ./screenshots/2022-djangocon-au.png
227+
height: 1024
228+
quality: 80
229+
url: https://2022.djangocon.com.au
230+
width: 1280
231+
165232
- output: ./screenshots/2023-djangocon-us.png
166233
height: 1024
167234
quality: 80
@@ -174,6 +241,12 @@
174241
url: https://2023.djangocon.eu
175242
width: 1280
176243

244+
- output: ./screenshots/2023-djangocon-au.png
245+
height: 1024
246+
quality: 80
247+
url: https://2023.djangocon.com.au
248+
width: 1280
249+
177250
# [[[end]]]
178251

179252
- output: ./screenshots/2023-djangocon-africa.png

0 commit comments

Comments
 (0)