0

Does anyone know if it makes sense to go through this tutorial with django 1.9, even though the tutorial is based on 1.4

Is there an updated version of http://gettingstartedwithdjango.com

Sierra Kilo
  • 265
  • 4
  • 15
  • Probably not, just go for a 1.9 tutorial – jamylak Dec 18 '15 at 06:06
  • 1
    No you should either go for django 1.8 or 1.9 things are a lot different between 1.4 & 1.9 and instead of tutorials I'll suggest docs cause no matter what tutorial you go through while development you have to go through django docs. – Prashant Shukla Dec 18 '15 at 06:37

1 Answers1

1

Go for this. Latest, official and the most relevant tutorial.

Django 1.9 tutorial

narendranathjoshi
  • 2,876
  • 2
  • 19
  • 19