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
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
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
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
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,