-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
578 lines (519 loc) · 25 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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="PyDay TF 2017 - Python/Django">
<meta name="author" content="Elena M. Marrero Méndez">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>PyDayTF 2017 - Python/Django</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/solarized.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<!--link rel="stylesheet" href="lib/css/zenburn.css"-->
<link rel="stylesheet" href="lib/css/tomorrow.css">
<link rel="stylesheet" href="lib/font-awesome-4.7.0/css/font-awesome.min.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background="images/djangopony.png" data-background-size="600px" data-state="img-right-bottom">
<h1>Python/Django</h1>
<h3>Elena Marrero Méndez</h3>
<p>
<small>#PyDayTF 11/03/2017</small>
</p>
</section>
<section>
<h3>Elena Marrero Méndez</h3>
<div id="right">
<p>
<ul>
<li> Ingeniera en Informática y Postgraduada en Ingeniería del Software por la ULL.
</li>
<li> Apasionada por las metodologías ágiles.</li>
</ul>
</p>
</div>
<div id="left" style="text-align:center;">
<img class="img-responsive img-circle" src="images/elemarez.png" width="70%"/>
</div>
<small>
<ul style="list-style-type: none; display:inline;">
<li style="display:inline; padding: .2em;">
<a href="https://www.facebook.com/elenamarrero" title="Facebook">
<i class="fa fa-facebook-official"></i> elenamarrero
</a>
</li>
<li style="display:inline; padding: .2em;">
<a href="https://github.com/elemarez" title="GitHub">
<i class="fa fa-github"></i> elemarez
</a>
</li>
<li style="display:inline; padding: .2em;">
<a href="https://twitter.com/elenamarrero" title="Twitter">
<i class="fa fa-twitter"></i> elenamarrero
</a>
</li>
<li style="display:inline; padding: .2em;">
<a href="mailto:[email protected]" title="Email me">
<i class="fa fa-envelope"></i> [email protected]
</a>
</li>
<li style="display:inline; padding: .2em;">
<a href="https://linkedin.com/in/emarrero" title="LinkedIn">
<i class="fa fa-linkedin"></i> emarrero
</a>
</li>
</ul>
</small>
</section>
<section>
<h2>RoadMap</h2>
<ul>
<li>Preparación del entorno</li>
<li>Filosofía de Django</li>
<li>Crear Proyecto</li>
<li>Crear Aplicación</li>
<li>Interfaz de Administración</li>
<li>Interfaz Pública</li>
</ul>
</section>
<section>
<h2>Preparación del entorno (I)</h2>
<h3>Tecnologías a utilizar</h3>
<ul>
<li>python 3.6</li>
<li>django 1.10</li>
<li>virtualenv</li>
<li>pip</li>
</ul>
<br/>
<!--h3>Editores recomendados</h3>
<ul>
<li>pycharm</li>
<li>Aptana</li>
<li>Sublime text</li>
</ul-->
</section>
<section data-transition="slide" data-background-color="darkgreen" data-background-transition="zoom">
<h2>Ejercicio 1</h2>
<p>Utilizando las herramientas mencionadas, preparar un entorno de trabajo
para nuestro proyecto django</p>
</section>
<section>
<h2>Preparación del entorno (II)</h2>
<h3>virtualenv</h3>
<pre><code class="bash" data-trim contenteditable>
$ sudo apt-get install -y python-pip
$ sudo -H pip install virtualenv -U
$ virtualenv myvenv -p python3.6
</code></pre>
<h4>Trabajando en nuestro virtualenv</h4>
<p>Aislamiento de todas las dependencias</p>
<pre><code class="bash" data-trim contenteditable>
$ . myvenv/bin/activate
(myvenv)$ pip install django
</code></pre>
<p>Chequear la versión de django (1.10.6) </p>
<pre><code class="bash" data-trim contenteditable>
(myvenv)$ python -c "import django; print(django.get_version())"
</code></pre>
</section>
<section><div width="100%">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/1kWjU7yl5ak?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<section>
<h2>Filosofía de Django</h2>
<blockquote cite="https://www.djangoproject.com/">
Django is a high-level Python Web framework that encourages rapid development and clean,
pragmatic design
</blockquote>
<ul>
<li class="fragment"> Ridículamente rápido </li>
<li class="fragment"> Tranquilizador y seguro </li>
<li class="fragment"> Excesivamente escalable </li>
<li class="fragment"> Increíblemente versátil </li>
<li class="fragment"> <strong> Sigue el principio DRY <br />(Don't Repeat Yourself) </strong></li>
</ul>
</section>
<section>
<h2>Filosofía de Django (II)</h2>
<div id="left">
<img width="80%" data-src="images/mvt.png" alt="Model-View-Template">
</div>
<div id="right">
<h3>Model-View-Template</h3>
<ul>
<li>¿Cómo se almacena un dato? <strong class="fragment">Model</strong></li>
<li>¿Qué dato se muestra? <strong class="fragment">View</strong></li>
<li>¿Cómo se representa un dato? <strong class="fragment">Template</strong></li>
</ul>
<h3>Object-Relational Mapper</h3>
</div>
</section>
<section>
<h2>Filosofía de Django (III)</h2>
<p><strong>Garantiza la modularidad y reusabilidad</strong></p>
<div class="fragment">
<h3>Proyecto (project)</h3>
<p>Configuración y aplicaciones de un sitio web</p>
</div>
<div class="fragment">
<h3>Aplicación (app)</h3>
<p>Aplicación web que cumple una funcionalidad</p>
</div>
</section>
<section class="example" data-transition="slide" data-background-color="darkgreen" data-background-transition="zoom">
<h2>Ejercicio 2</h2>
<p> <h3>Gestor de eventos</h3><br/>Crear la estructura de un proyecto django al que llamaremos <code>django_pyday2017</code>
y configurarlo</p>
</section>
<section>
<h2>Crear Proyecto</h2>
<pre><code class="bash" data-trim contenteditable>
(myvenv)$ django-admin startproject django_pyday2017
</code></pre>
<h4>Estructura de directorios</h4>
<pre><code class="bash" data-trim contenteditable>
django_pyday2017
├─── manage.py - python manage.py (no tocar)
└─── django_pyday2017
settings.py - Configuración del proyecto
urls.py - Asociar URLs a vistas
wsgi.py - Servidor wsgi (no tocar)
__init__.py - Paquete (no tocar)
</code></pre>
</section>
<section>
<h2>Crear Proyecto (II)</h2>
<p><code>settings.py</code> contiene la configuración del sitio web</p>
<pre><code class="python" data-trim contenteditable>
ALLOWED_HOSTS = ['*', ]
...
TIME_ZONE = 'Atlantic/Canary' # Zona Horaria
LANGUAGE_CODE = 'es' # Código de Idioma
...
STATIC_URL = '/static/'
STATIC_ROOT = 'collected_static'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]
</code></pre>
<p><small><a target="_blank" href="https://docs.djangoproject.com/en/1.10/ref/settings/">https://docs.djangoproject.com/en/1.10/ref/settings/</a></small></p>
</section>
<section>
<h2>Crear Proyecto (III)</h2>
<p>Gran variedad de opciones de bases de datos: PostgreSQL, MySQL, SQLite, Oracle, ...</p>
<pre><code class="python" data-trim contenteditable>
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'mydatabase',
}
}
</code></pre>
<h4>Creación de la Base de Datos</h4>
<pre><code class="bash" data-trim contenteditable>
(myvenv)$ python manage.py migrate
</code></pre>
<p><small><a target="_blank" href="https://docs.djangoproject.com/en/1.10/ref/settings/#databases">https://docs.djangoproject.com/en/1.10/ref/settings/#databases</a></small></p>
</section>
<section>
<h2>Crear Proyecto (IV)</h2>
<p>Para servir los ficheros estáticos necesitamos añadir una nueva url en el fichero <code>urls.py</code></p>
<pre><code class="python" data-trim contenteditable>
from django.conf import settings as st
from django.conf.urls.static import static
urlpatterns = [
# ... resto de tus URLs ...
] + static(st.STATIC_URL, document_root=st.STATIC_ROOT)
</code></pre>
<p><small><a target="_blank" href="https://docs.djangoproject.com/en/1.10/ref/urls/">https://docs.djangoproject.com/en/1.10/ref/urls/</a></small></p>
<h4>Recolectar los archivos estáticos</h4>
<pre><code class="bash" data-trim contenteditable>
(myvenv)$ python manage.py collectstatic
</code></pre>
</section>
<section>
<h2>Lanzar el Servidor de Desarrollo</h2>
<pre><code class="bash" data-trim contenteditable>
(myvenv)$ python manage.py runserver
</code></pre>
<p>Verifica que tu sitio web está corriendo</p>
<p><a target="_blank" href="http://127.0.0.1:8000/">http://127.0.0.1:8000/</a></p>
</section>
<section>
<h2>Fichero de requisitos</h2>
<code>requirements.txt</code> contiene todos los paquetes que serán necesarios para el proyecto
<div id="left">
<pre><code class="bash" data-trim contenteditable>
.
├── db.sqlite3
├── django_pyday2017
│ ...
├── manage.py
└── requirements.txt
</code></pre>
</div>
<div id="right">
<pre><code class="bash" data-trim contenteditable>
django < 1.11
Werkzeug
django-extensions
Pillow
django-localflavor
django-crispy-forms
</code></pre>
</div>
<h4>Lanzar la instalación de requisitos</h4>
<pre><code class="bash" data-trim contenteditable>
(myvenv)$ pip install -Ur requirements.txt
</code></pre>
</section>
<section data-transition="slide" data-background-color="darkgreen" data-background-transition="zoom">
<h2>Ejercicio 3</h2>
<h3>Añadir el módulo django-extensions</h3>
<p> Extensión de comandos propios del manage.py </p>
<p><small><a target="_blank" href="https://django-extensions.readthedocs.io/en/latest/installation_instructions.html">https://django-extensions.readthedocs.io/en/latest/installation_instructions.html</a></small></p>
</section>
<section>
<h2>Añadir el módulo django-extensions</h2>
<ul>
<li>Añadirlo al <code>requirements.txt</code> e instalarlo</li>
<li>Añadirlo en <code>INSTALLED_APPS</code> en el <code>settings.py</code>
<pre><code class="python" data-trim contenteditable>
INSTALLED_APPS = [
...,
'django_extensions',
]
</code></pre></li>
<li>Actualizar la base de datos<pre><code class="bash" data-trim contenteditable>
(myvenv)$ python manage.py migrate
</code></pre>
</li>
</ul>
<p>Arrancamos la aplicación con modo debug integrado</p>
<pre><code class="bash" data-trim contenteditable>
(myvenv)$ python manage.py runserver_plus
</code></pre>
</section>
<section class="example" data-transition="slide" data-background-color="darkgreen" data-background-transition="zoom">
<h2>Ejercicio 4</h2>
<div id="left">
<h3>Gestor de eventos</h3>
<p>Crear una aplicación en django llamada <code>events</code> que
servirá para gestionar y publicar un listado de próximos eventos, así como para gestionar las
inscripciones a los mismos.</p>
</div>
<div id="right">
<img height="80%" data-src="images/diagrama_events.png" alt="Model-View-Template">
</div>
</section>
<section>
<h2>Crear Aplicación</h2>
<pre><code class="bash" data-trim contenteditable>
(myvenv)$ django-admin startapp events
</code></pre>
<p>Añadir la aplicación en <code>INSTALLED_APPS</code> en el <code>settings.py</code></p>
</section>
<section>
<h2>Crear Aplicación (II)</h2>
<h4>Estructura de directorios</h4>
<pre><code class="bash" data-trim contenteditable>
.
├── db.sqlite3
├── django_pyday2017
│ ...
├── events
│ ├── admin.py - Interfaz administrativa
│ ├── apps.py - Configuración de la aplicación
│ ├── __init__.py
│ ├── migrations - Migraciones de la BBDD
│ │ └── __init__.py
│ ├── models.py - Definición de la BBDD
│ ├── tests.py - Tests
│ └── views.py - Gestión de los datos
├── manage.py
└── requirements.txt
</code></pre>
</section>
<section>
<h2>Modelos</h2>
<ul>
<li>Crear la definición de los modelos en el archivo <code>models.py</code><br />
<small><a target="_blank" href="https://docs.djangoproject.com/es/1.10/ref/models/fields/">https://docs.djangoproject.com/es/1.10/ref/models/fields/</a></small>
</li>
<li>Generar, ver y aplicar las migraciones de la BBDD respecto a los modelos
<pre><code class="bash" data-trim contenteditable>
(myvenv) $ python manage.py makemigrations events
(myvenv) $ python manage.py sqlmigrate events 0001
(myvenv) $ python manage.py migrate
</code></pre>
</li>
</ul>
</section>
<section>
<h2>Interfaz de administración</h2>
<p>Crear un superusuario <pre><code class="bash" data-trim contenteditable>
(myvenv) $ python manage.py createsuperuser
Username (leave blank to use 'pyday'): admin
Email address: [email protected]
Password: pyday2017
</code></pre></p>
<p>
Registramos los modelos editando <code>admin.py</code>.
<pre><code class="python" data-trim contenteditable>
from django.contrib import admin
from .models import Evento, Inscripcion
admin.site.register(Evento)
admin.site.register(Inscripcion)
</code></pre>
</p>
<p><a target="_blank" href="http://127.0.0.1:8000/admin">http://127.0.0.1:8000/admin</a></p>
</section>
<section>
<h2>Object-Relational Mapper (ORM)</h2>
<p>API que permite la abstracción de la BBDD:
<ul>
<li>Crear, modificar y borrar tuplas (objetos)</li>
<li>Obtener tuplas (get, filter, all)</li>
<li>Contar, ordenar, ...</li>
</ul></p>
<p>
Abrimos una shell interactiva del proyecto y empezamos a jugar
<pre><code class="bash" data-trim contenteditable>
(myvenv) $ python manage.py shell_plus
</code></pre></p>
<p><small><a target="_blank" href="https://docs.djangoproject.com/en/1.10/topics/db/queries/">https://docs.djangoproject.com/en/1.10/topics/db/queries/</a></small></p>
</section>
<section data-transition="slide" data-background-color="darkgreen" data-background-transition="zoom">
<h2>Ejercicio 5</h2>
<h3>Gestor de eventos</h3>
<h4>Añadir funcionalidad a la Interfaz Administrativa</h4>
<p><small><a target="_blank" href="https://django-extensions.readthedocs.io/en/latest/installation_instructions.html">https://django-extensions.readthedocs.io/en/latest/installation_instructions.html</a></small></p>
<ul>
<li> Añadir el número de inscritos en un evento </li>
<li> Añadir inscripciones desde el propio evento </li>
<li> Añadir un filtro lateral </li>
<li> Publicar eventos de forma masiva </li>
<li>...</li>
</ul>
</section>
<section>
<h2>Interfaz pública</h2>
<div id="left">
<img width="80%" data-src="images/mvt.png" alt="Model-View-Template">
</div>
<div id="right">
<h3> Ciclo de desarrollo habitual:</h3>
<ul>
<li>URL</li>
<li>View</li>
<li>Template</li>
</ul>
</div>
</section>
<section>
<h2>URLs</h2>
<p>Añadir nuestra aplicación al <code>urls.py</code> general
<pre><code class="python" data-trim contenteditable>
from django.conf.urls import url
urlpatterns = [
...
url(r'^evento/', include('events.urls')),
...
]
</code></pre>
</p>
<p>
En el específico, definir una por cada acción que se quiera realizar.
<pre><code class="python" data-trim contenteditable>
url(r'^(?P<evento_id>\d+)/$', views.detalle, name='detalle'),
</code></pre>
</p>
</section>
<section>
<h2>Vistas genéricas</h2>
<blockquote>Las vistas genéricas abstraen los patrones comunes hasta el punto en que ni
siquiera es necesario escribir código Python para escribir una aplicación.</blockquote>
<img width="100%" data-src="images/generic_views.png" alt="Generic Views">
<p><small><a target="_blank" href="https://docs.djangoproject.com/en/1.10/ref/class-based-views/">
https://docs.djangoproject.com/en/1.10/ref/class-based-views/
</a></small></p>
</section>
<section>
<h2>Plantillas</h2>
<p>Creación del directorio <code>templates</code> en la raíz del proyecto y un subdirectorio por cada aplicación.</p>
<pre><code class="bash" data-trim contenteditable>
.
├── events
| ...
├── manage.py
├── requirements.txt
├── static
│ ...
└── templates
├── base.html - Genérica con bloques definidos
└── events
├── ..._detail.html - Extienden de base y rellenan
└── ..._form.html los bloques
</code></pre>
<p><small><a target="_blank" href="https://docs.djangoproject.com/en/1.10/ref/templates/language/">
https://docs.djangoproject.com/en/1.10/ref/templates/language/
</a></small></p>
</section>
<section data-transition="slide" data-background-color="darkgreen" data-background-transition="zoom">
<h2>Ejercicio 6</h2>
<h3>Gestor de eventos</h3>
<h4>Añadir la siguiente funcionalidad pública</h4>
<ul>
<li> Listado de los eventos públicos </li>
<li> Detalle de un evento en particular </li>
<li> Inscripción en un evento accesible desde el detalle y desde el listado </li>
<li> Detalle de la inscripción </li>
<li>...</li>
</ul>
</section>
<section data-background="images/djangopony.png" data-background-size="600px" data-state="img-right-bottom">
<h1>Gracias!</h1>
<h3>Elena Marrero Méndez</h4>
<p>
<small>#PyDayTF 11/03/2017</small>
</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>