Création d'une application django via la commande python manage.py startapp myapp. Configuration de l’application myapp en important l'objet django HttResponse: from django.http import HttpResponse et en ajoutant le chemin du views dans l'urlpatterns.
La vidéo a été réalisé avec django 3.0 sous Python 3.8 Windows7, Python 3.8 Windows 8 et Python 3.8 Windows10
Pour un bon visonnage de la vidéo, utiliser le navigateur google chrome.
Creation of a django application using the python manage.py startapp myapp command. Configuration of the myapp application by importing the django HttResponse object: from django.http import HttpResponse and adding the view path in the urlpatterns.
The video was made with django 3.0 under Python 3.8 Windows7, Python 3.8 Windows 8 and Python 3.8 Windows10
For a good viewing of the video, use the google chrome browser.