.. nperrier


####################################
Django, premiers pas et premières applications
####################################

===================
Installation
===================

- https://docs.djangoproject.com/en/2.2/topics/install/#installing-official-release

===================
Comprendre
===================

- Fonctionnement: le modèle MVT :
https://openclassrooms.com/fr/courses/1871271-developpez-votre-site-web-avec-le-framework-django/1871426-le-fonctionnement-de-django

- Créer son site et son application :
https://docs.djangoproject.com/fr/2.2/intro/tutorial01

https://python.doctor/page-django-introduction-python


===================
Déployer
===================

https://python.doctor/page-django-deploiement-python-mise-en-production-linux-gunicorn-supervisor-nginx-installer-configurer-serveur-http-web

