Web Applications with Django: Models and Class-based Views

placeholder

The robust websites and apps produced using Django suggest a much more complicated framework than is used. In this course youll build on your existing Django knowledge to perform some Django template language operations. Youll start this course by performing various query operations on your Django model instances from the Python shell. Youll also use the Django admin website to work with your models. Youll implement class-based views in Django first using the ListView class to view multiple instances of a model before using the DetailView class to view individual records. Moving along youll use CreateView and UpdateView to generate and modify instances and implement a DeleteView for their easy removal. Youll round off this course by briefly exploring how to improve the aesthetics of your class-based views by incorporating HTML elements such as tables in their corresponding templates.