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. Lets bring into our ‘icratings’ project the ‘polls’ app created as part...

First Licks of Two Scoops of Django

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...