twoscoops / django-twoscoops-project

The sample project layout from the book, "Two Scoops of Django 1.5 and 1.6"
http://twoscoopspress.org
MIT License
873 stars 343 forks source link

Why are the settings in test.txt a repeat of those in local.txt #88

Closed mark0978 closed 10 years ago

mark0978 commented 10 years ago

Wouldn't it be better to have local.txt look like this

-r test.txt
django-debug-toolbar==1.0.1
Sphinx==1.2.1

That way local and test are kept in sync on the versions of:

coverage==3.6
django-discover-runner==0.4
dashmug commented 10 years ago

I agree with this.