Pages

Sunday 2 July 2017

Django 2017-07-02

I am now at the later end of the 'tango with django' book by Leif Azzopardi.  The chapter I'm on now is dedicated to exercises on upgrading the website project.  The chapters afterwards deal with JQuery and Ajax which are not part of Django nor Python but extensions of Javascript. These items improve the look and feel of website rather than the functionality.  So basically the workflow in Django is as follows

Update the models
Update the view
Update the template
Update the URLs

Once I have finished this book I will probably buy another Django book before I am fully confident in building my own websites.

No comments:

Post a Comment