Web Applications with Django: Introducing the Django Web Framework

placeholder

Django an advanced Python web framework allows quick development of secure and sustainable websites. In this course youll discover how Django web requests work which will involve using HTTP protocols formatting content as HTML pages using web servers to process requests and distinguishing between static and dynamic websites. Moving on youll identify the steps involved in creating websites which include reusing HTML elements over multiple pages on a website customizing user experience by maintaining sessions and querying databases for content. Next youll explore the features provided by web frameworks particularly Django that support and greatly simplify all these operations. Youll also investigate the use of Django templates. Finally youll become familiar with the migration process within Django and the use of the Django Model class to create subclasses that map to tables in a relational database.