This tutorial focuses on how to setup and manage your django project. It doesn’t cover how to write a Django app and project as there are many other tutorials on how to do that. Items this tutorial does include:
The tutorial will be easier to follow with a basic understanding of python, Django, and command line usage. If you aren’t familiar with these you might want to check out some of the resources to familiarize yourself with them first first.
Note
This tutorial is how I set things up. It describes methods I’ve picked up over the last 3 or 4 years that work well for me. There are many other equally valid methods to use. Take this tutorial as a guide, if something doesn’t work for your process change it, if there is a better way to accomplish something let me know.
Contents:
TODO