Sunday, February 26, 2023

Web_Framework

 Started Codemy django #4

To re-cap, for myself: django is a web framework, using the MVT paradigm.

The model generates a database.

Dynamic HTML templates are  rendered to the User using views.

Model:

Latest template:

                                                                  

From views:

                                                                           

Looks like this:

                                                                        

Allowable urls, for the user interface:

                                                                         


The migration pages are generated by django:

                                                                          


No comments: