Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:python:django [2020/02/27 15:06]
kalenpw
development:python:django [2021/06/29 15:17] (current)
kalenpw
Line 1: Line 1:
 ====== Django ====== ====== Django ======
   * [[.django : deploy | Deploy]]   * [[.django : deploy | Deploy]]
 +  * [[.django : models | Models ]]
  
 ---- ----
Line 9: Line 10:
   * ''change_list.html'' Page after selecting a model that shows all existing of that model   * ''change_list.html'' Page after selecting a model that shows all existing of that model
   * ''change_form.html'' Page for editting/creating a model   * ''change_form.html'' Page for editting/creating a model
 +
 +----