Monthly Archives: October 2018

Advantages of using Django? (#63)

By |2018-10-20T23:56:47+11:00October 17th, 2018|Django, Newsletter|

So what are the advantages in using Django? It does make the modelling easy, but it also adds some extra constraints or complexities. There are many advocates of Django and many places where people will try to answer the question “Why use Django?” In the table below, I have included links to eight such articles, [...]

Data Modelling Podcast – EPANET Input Files in Django

By |2018-10-10T00:56:36+11:00October 10th, 2018|Podcast|

Here is the tenth episode of the DjangoModelling.com Data Modelling Podcast. This episode describes the models we need in Django to match the tables we created by hand when we weren't using Django. In the end, the main difference is the ID column that Django gives us.   A new podcast in the [...]

Data Modelling Podcast – Django Apps and Databases

By |2018-10-10T00:58:05+11:00October 9th, 2018|Podcast|

Here is the ninth episode of the DjangoModelling.com Data Modelling Podcast. This episode looks at an example of how we can add objects to Django through the shell, a little easy customisation, and how this works with multiple databases at once.   A new podcast in the series will be released on the [...]

Go to Top