Monthly Archives: January 2017

Django Apps and Databases, Part 2 (#24)

By |2018-10-02T17:23:44+10:00January 19th, 2017|Django, Newsletter|

Last week we went through the second stage of the rather painful process of setting up a simple Django example.  For most people, this is not really a simple process, and if you have managed to survive through it, you have done well. A project from scratch The quick summary of beginning to set up [...]

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. […]

Go to Top