ggcarrots / django-carrots

Tutorials walking new programmers through the process of building their first website in Python and Django
http://django.carrots.pl
Other
406 stars 205 forks source link

Future proof Django version instalation command #26

Closed soutys closed 9 years ago

soutys commented 9 years ago

Why not: pip install "Django>=1.6,<1.7" ? Is version bumping better somehow?

qrees commented 9 years ago

I think that: pip install "Django==1.6.4" is easier to understand. It is also a good practice for production code.

Maybe you have some time to check if the tutorial works with Django 1.7?

soutys commented 9 years ago

With Django 1.7.2 all samples work. Changes/problems? Only minor: