[mezzanine-users] Re: Config errors when trying to run Python script

2017-10-03 Thread Malik Rumi
UPDATE I have deduced that somewhere along the way, I triggered configuration changes that have led me to this point. As I said originally, this all seems to have sprung from the simple desire to run a python script. I don't know why that should be the case, but there it is. Now I am up against

Re: [mezzanine-users] Re: Config errors when trying to run Python script

2017-10-03 Thread Ken Bolton
Can you explain what you mean when you write "trying to run Python script"? What do you want this script to do, and how do you want it activated? Have you tried using Django's `manage.py shell` command? There should be no reason, with three months experience, for you to be anywhere near the Django

Re: [mezzanine-users] Re: Config errors when trying to run Python script

2017-10-03 Thread Malik Rumi
The script was to convert and import *.odt (openoffice) files into Mezzanine. It is purely a local install for my own use. I agree it does not make sense that I ran into all these errors asking me to change things, but here I am. I laid out the history, if that helps you diagnose what is going wro

Re: [mezzanine-users] Re: Config errors when trying to run Python script

2017-10-03 Thread Ken Bolton
First tip: never install locally what can be deployed locally. use docker, vagrant, both, or something comparable. If it isn't in production, do not develop an undue fondness for it. iI you break it, roll it back. Roll it back to a working version, or start from scratch. Starting from scratch if

Re: [mezzanine-users] Re: Config errors when trying to run Python script

2017-10-03 Thread Malik Rumi
ok On Tue, Oct 3, 2017 at 1:44 PM, Ken Bolton wrote: > First tip: never install locally what can be deployed locally. use docker, > vagrant, both, or something comparable. > > If it isn't in production, do not develop an undue fondness for it. > > iI you break it, roll it back. Roll it back to a

[mezzanine-users] New release date ?

2017-10-03 Thread ludo79
Hi there, is there a rough estimate for when the next version will be released with Django 1.11 support ? I would love to use Mezzanine on my project but I'm using Django 1.11 and I wouldn't know how to use the git version (which I know already supports Dj 1.11) on Heroku.. (suggestions welcome

Re: [mezzanine-users] New release date ?

2017-10-03 Thread Stephen McDonald
On Wed, Oct 4, 2017 at 8:39 AM, wrote: > Hi there, > > is there a rough estimate for when the next version will be released with > Django 1.11 support ? > There is no rough estimate > I would love to use Mezzanine on my project but I'm using Django 1.11 and > I wouldn't know how to use the git