Les modèles django partie 3, nous allons voir dans ce tutoriel, comment créer une table sqlite students dotée des attributs name, email, phone, section automatiquement en se basant sur un modèle django qui porte le même nom Students et doté des mêmes attributs... Nous allons voir en plus, comment enregistrer le modèle dans la zone admin, comment améliorer l'affichage avec list_display, list_filter django, search_fields django... Pour un bon visionnage de la vidéo, utiliser le navigateur google chrome. Les version de Python testées pour ce tutoriel, sont Python 3.7 Windows 7, Python 3.7 Windows 8, Python 3.7 Windows 10.
The django models part 3, we will see in this tutorial, how to create a sqlite students table with the name, email, phone, section attributes automatically based on a django model which has the same name Students and has the same attributes. We will see in addition, how to save the model in the admin area, how to improve the display with list_display, list_filter django, search_fields django ... For a good viewing of the video, use the google chrome browser. The Python versions tested for this tutorial are Python 3.7 Windows 7, Python 3.7 Windows 8, Python 3.7 Windows 10.