[mezzanine-users] Re: Testing of new release - first 'result'?

2015-04-05 Thread Eduardo Rivas
Hmm, weird, as I'm testing out master with Django 1.7.7, and createdb runs okay without the settings flag (only getting the test runner warning). However, createdb fails with Django 1.8, but others have noted that it has to do with some changes in the management command API. May be worth to

Re: [mezzanine-users] Re: Testing of new release - first 'result'?

2015-04-05 Thread Graham
Yeah could do As this is the first time I have done testing or used pyenv I thought perhaps I had made a mistake in my setup. If you could just check this out. pip install --egg pyenv sudo apt-get build-dep python2.7 pyenv install 2.7.9 pyenv virtualenv 2.7.9 py2.7.9-dj1.7 pyenv activate

Re: [mezzanine-users] Re: Testing of new release - first 'result'?

2015-04-05 Thread Graham
ok thanks your response gave me the clue I was using Django 1.7 not 1.7.7 When I uninstalled Django 1.7 and installed 1.7.7 instead all errors (apart from the expected test runner warning) went away. Thanks g On 06/04/15 14:15, Eduardo Rivas wrote: Hmm, weird, as I'm testing out master with