Max Goodridge

Results 4 comments of Max Goodridge
trafficstars

Try adding the parameter `on_delete=models.CASCADE`. That parameter has been made required in Django 2.0.

My dotfiles are really minimal in comparison to these but one of my favourite things about mine is the way I install it. I copy four lines, one of which...

Very nice. I might add something similar, I *love* the OS independent `if` logic for installing system packages on lines 9-19. I've been wanting to add this sort of thing...

My super hacky deploy solution... https://github.com/maxg203/dotfiles/commit/258ac0601f26cb5dd3f39790575d453a8f54a8f4 (install is still seperate).