Skip to content

Instantly share code, notes, and snippets.

@nanderson
Last active October 29, 2020 00:29
Show Gist options
  • Save nanderson/4e9c0250e9a49966296fda9733cee3ab to your computer and use it in GitHub Desktop.
Save nanderson/4e9c0250e9a49966296fda9733cee3ab to your computer and use it in GitHub Desktop.

Django learning resources:

I started with the official docs & tutorial:

Their tutorial looked kind of boring so admittedly while I started it, at some point I just skimmed along instead of doing the exercises. It is a good, albeit very simple tutorial though. I should have actually just gone through it in detail TBH as I've referred back to it a few times.

Here's a couple of other quick install tutorials I found to be helpful at various points too, YMMV:

Use pipenv over venv:

Here's a cool simple base site I used to get some ideas about some of the configuration, database set-up:

I got error reporting set-up in less than a minute (no joke) with this:


Details on Celery:

Celery Web Console


Where to stick business logic in Django:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment