Django

Newsletters which discuss Django.

Django Apps and Databases, Part 1 (#23)

By |2018-06-05T21:56:29+10:00January 12th, 2017|Django, Newsletter|

The Django script manage.py can be used to create our new table.  We pointed out in the previous newsletter that the table created will differ between databases, and this newsletter will consider some of this variation and what we can learn from it. […]

Intro to Django (#22)

By |2017-01-13T07:35:56+11:00December 29th, 2016|Django, Newsletter|

In the preceding issues of this newsletter, we have considered the basics of data modelling, data types, connections, identifiers and many other things.  One point we have kept returning to is a fundamental rule of data modelling: Don’t make anything any more complex than you have to. Or to put it another way: Don’t store [...]

Go to Top