This work log follows on the tasks performed in the previous article, First Licks of Two Scoops of Django. Consider skimming it first to see from where we are picking up.
Continue reading “Onboarding a Django app within a Two Scoops-style project”
This work log follows on the tasks performed in the previous article, First Licks of Two Scoops of Django. Consider skimming it first to see from where we are picking up.
Continue reading “Onboarding a Django app within a Two Scoops-style project”
This is a ‘getting started’ document based on my interpretation of best practices for beginning a new Django project. I’ve written this after going through the four part Django tutorial and reading the excellent Two Scoops of Django twice. The aim for this document is to show you (and remind the future me (( One note of preface: I’m not 100% certain which folder level you need to be in to perform some of the shell commands. ))) how to jumpstart Django without having to go through the first couple chapters of Two Scoops each and every time.