[mezzanine-users] Re: Internal Server Error - could be due to static files?

2014-03-17 Thread Ross Laird
What happens when you run collectstatic? If I recall correctly, one of the differences between "DEBUG = False" and "DEBUG = True" is that the former will use static files from Mezzanine's codebase and the latter will search for static files in your project folders. The collectstatic command wil

[mezzanine-users] Re: Problems with trying to change theme

2014-03-17 Thread Ross Laird
Yes, you are probably missing either a comma or a quotation mark in the INSTALLED_APPS listing. On Monday, 17 March 2014 00:42:01 UTC-7, Jesse Carrigan wrote: > > Could you post the exact contents of your INSTALLED_APPS list? I'm > guessing, but it looks like there may be a typo either in what y

Re: [mezzanine-users] Multilingual website

2014-03-17 Thread Josh Cartmell
Hey Cajoline, another option that will work easily with mezzanine would be to make fr.mysite.com, en.mysite.com, etc... Mezzanine has build in support for hosting multiple "sites" from a single instance, in this case your sites would just be translations. Regards, Josh On Sun, Mar 16, 2014 at 6

[mezzanine-users] How do I authenticate against LDAP with Mezzanine

2014-03-17 Thread vidja . hunter
I have django-auth-ldap working for a plain django site Is there a way to integrate LDAP with mezzanine as well? I've tried including the 'django_auth_ldap.backend.LDAPBackend' in the AUTHENTICATION_BACKENDS setting, but that does not work. -- You received this message because you are subs

[mezzanine-users] Re: Problems with trying to change theme

2014-03-17 Thread Jesse Carrigan
Could you post the exact contents of your INSTALLED_APPS list? I'm guessing, but it looks like there may be a typo either in what you posted here ("ValueError: u'django.contrib.admin' is not in list") or your INSTALLED_APPS list. -- You received this message because you are subscribed to the G