Re: [mezzanine-users] Need all the help I can get

2015-04-05 Thread Melvin Ramos
Hey Terry, Thanks for the reply. Yes, they are both projects but in theory Mezzanine can be integrated as an app (or so it says in the Mezz docs). Check this site: http://www3.socioambiental.org/raisg2015/ I'm looking to make something like this. An admin user can upload vector or raster

Re: [mezzanine-users] Need all the help I can get

2015-04-05 Thread 'Terry Brown' via Mezzanine Users
On Sun, 5 Apr 2015 14:15:56 -0700 (PDT) Melvin Ramos melvin.ramos1...@gmail.com wrote: Hey Terry, Thanks for the reply. Yes, they are both projects but in theory Mezzanine can be integrated as an app (or so it says in the Mezz docs). What I forgot to say in my previous email was that I'm

[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

[mezzanine-users] Re: new release?

2015-04-05 Thread Eduardo Rivas
Here's my take on the createdb issue. The version checking feels dirty, but it works. https://github.com/stephenmcd/mezzanine/pull/1247 -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails

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

2015-04-05 Thread Graham
I think my first 'result' may be more down to the set up of my testing environment.. I set up 4 test environments using pyenv and each of them fails in a different way when I run python manage.py createdb --settings=settings I had to use --settings=settings because the correct settings

Re: [mezzanine-users] Re: BlogPost extension

2015-04-05 Thread Pushkar Paranjpe
Hi Josh, I am getting the following error when I ask it to migrate: Traceback (most recent call last): File manage.py, line 28, in module execute_from_command_line(sys.argv) File /usr/lib/python2.7/dist-packages/django/core/management/__init__.py , line 399, in execute_from_command_line

Re: [mezzanine-users] Need all the help I can get

2015-04-05 Thread 'Terry Brown' via Mezzanine Users
On Sun, 5 Apr 2015 09:11:42 -0700 (PDT) Melvin Ramos melvin.ramos1...@gmail.com wrote: Hello Mezzanine community, There are some moments where a developer needs to raise the white flag and ask for help. This is my time. Sounds to me like your problem is that both Mezzanine and GeoNode are