CBChege Bryaninchegebryan.hashnode.dev路Sep 13, 2020 路 5 min readCreating a Django appIn this article, we are going to create a Django app for the project we just configured on the previous article. A project can have multiple apps. Apps inside a project are standalone. That means an app can be plugged into another Django project and ...01S
CBChege Bryaninchegebryan.hashnode.dev路Sep 6, 2020 路 4 min readSetting up a Django ProjectDo you love Django? I love Django too 馃嵒. I love it for reasons well documented on Django's Documentation and of course the documentation itself. Let's conclude its a loop. Django tag line is - 'The web framework for perfectionists with deadlines' in...00
CBChege Bryaninchegebryan.hashnode.dev路Aug 29, 2020 路 5 min readCustomizing Ubuntu 20.04I have been using Ubuntu for a while now and the first things I do for any new install of Ubuntu is to customize it. Unlike Windows and macOS, Linux distros offer a lot of customization and that is one of the reasons I use Ubuntu as my primary OS. I ...01M