[mezzanine-users] wsgi.py cannot be loaded as Python module

2014-08-18 Thread val_erie
Hello, I have vanilla Cartridge 0.9.5, Django 1.6.5, and Mezzanine 3.1.9 installed and running fine. I would like it to run as a virtual host through apache (I have apache 2.4 installed in Debian Jessie. I also installed and enabled libapache2-mod-wsgi). After I collected static files, I foll

Re: [mezzanine-users] The SECRET_KEY setting must not be empty error

2014-05-28 Thread val_erie
iting settings.py towards the end where it imports local_settings.py, to > allow it to throw an error if the import fails, which would show what the > real error is. > > > > On Tue, May 27, 2014 at 4:30 AM, val_erie > > wrote: > >> Hi, >> >> I have Mezz

Re: [mezzanine-users] The SECRET_KEY setting must not be empty error

2014-05-28 Thread val_erie
towards the end where it imports local_settings.py, to > allow it to throw an error if the import fails, which would show what the > real error is. > > > > On Tue, May 27, 2014 at 4:30 AM, val_erie > > wrote: > >> Hi, >> >> I have Mezzanine 3.1.4 install

Re: [mezzanine-users] The SECRET_KEY setting must not be empty error

2014-05-28 Thread val_erie
n Mon, May 26, 2014 at 2:30 PM, val_erie > > wrote: > >> Hi, >> >> I have Mezzanine 3.1.4 installed in virtualenv and I would like to run it >> using Apache2 and mod_wsgi. >> I followed >> https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/mod

[mezzanine-users] The SECRET_KEY setting must not be empty error

2014-05-26 Thread val_erie
Hi, I have Mezzanine 3.1.4 installed in virtualenv and I would like to run it using Apache2 and mod_wsgi. I followed https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/modwsgi/#how-to-use-django-with-apache-and-mod-wsgi to configure apache. I do have SECRET_KEY in local_settings.py,