Re: [mezzanine-users] Re: please recommend a host that would best suit a mezzanine/cartridge framework based shopping website

2014-05-28 Thread Gelli Ravikumar
Besides to the above options, I have been involved in developing sites and web services on top of the django mezzanine framework. While developing, I came across some more possible options where mezzanine can go well. 1. openshift: 1. deployment guidelines:

Re: [mezzanine-users] Bootstrap 3.1.1: Menu drop downs not working as expected

2014-05-28 Thread Preethi
Yes, that fixes it! I included bootstrap-extras.js provided by mezzanine and that fixes it. Thanks a lot! -- Preethi On Wednesday, May 28, 2014 1:36:38 AM UTC+5:30, Josh Cartmell wrote: Hey Preethi, this works for me. Are you including the bootstrap-extras.js somewhere in your base.html?

Re: [mezzanine-users] Using local_settings.py is awkward - here is a better way.

2014-05-28 Thread Josh Cartmell
Hey Paul, it seems like you don't quite understand how local_settings.py works. A project's settings.py imports local_settings.py allowing you to override settings as you like. For example, in local_settings.py you could put: INSTALLED_APPS += (debug_toolbar,) just like you want. Also,

Re: [mezzanine-users] Should Cartridge Order be SiteRelated?

2014-05-28 Thread Josh Cartmell
Ok, that was actually very easy. Here is a pull request: https://bitbucket.org/stephenmcd/cartridge/pull-request/25/update-order-to-inherit-from-siterelated/diff The changes are: - Order now inherits from SiteRelated (I added a migration to make the update) - A new setting,

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

2014-05-28 Thread val_erie
Hi Ken, What I understand from the link you referred me to is that Django will refuse to start if SECRET_KEYhttps://docs.djangoproject.com/en/1.6/ref/settings/#std:setting-SECRET_KEYis not set. I do have SECRET_KEYhttps://docs.djangoproject.com/en/1.6/ref/settings/#std:setting-SECRET_KEY(long

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

2014-05-28 Thread val_erie
I edited the settings.py to look like this: try: from local_settings import * except ImportError: print local_settings is not imported. I am not getting errors when importing settings.py in python shell (python manage.py shell): import settings import local_settings On Monday, May

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

2014-05-28 Thread val_erie
I still do get the same error with Apache though On Monday, May 26, 2014 5:14:47 PM UTC-5, Stephen McDonald wrote: if you have SECRET_KEY defined in local_settings.py, you might find that local_settings.py actually isn't being imported. You could verify this by editing settings.py towards

[mezzanine-users] How to show only the cartridge child category without its parent name/path

2014-05-28 Thread green
Does anyone know how to display only the cartridge child category name only? Currently a list of categories available for selection is shown with its parent page path/prefix. I would like the list to show only the child categories name only. Any guidances are much appreciated. I am rather

[mezzanine-users] Where can beginner find 1. nice free themes to try 2. Docs on deploying to Google AppEngine?

2014-05-28 Thread Christian Seberino
Where can beginner find 1. nice free themes to try 2. Docs on deploying to Google AppEngine ? Thanks! Chris -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [mezzanine-users] Using local_settings.py is awkward - here is a better way.

2014-05-28 Thread Paul Whipp
Thanks for the feedback Josh, I enjoy Django and am enjoying my increasing familiarity with Mezzanine. After rebuilding my own websitehttp://paulwhippconsulting.comwith it, I've now created and deployed four client sites on Mezzanine so far. INSTALLED_APPS is not in scope in local_settings.py so

[mezzanine-users] can't add mezzanine_agenda

2014-05-28 Thread roland balint
trying to get mezzanine_agenda working and it fails at this instruction; can anyone help? Add (^%s/ settings.EVENT_SLUG, include(mezzanine_agenda.urls)) to your urls.py thx rb -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-05-28 Thread bob hosk
Still no joy sadly. I uploaded the bare bones mezzanine fresh install,only with attempts in the settings to use s3 storage to git: g...@github.com:fpghost/mezzdemo.git, if anyone would be so kind as to pull and see if it works with their bucket. (don't worry I'll change the django secret key

[mezzanine-users] Media Library Uploads

2014-05-28 Thread Trevor F. Smith
Hello, Is anyone else experiencing problems uploading images to the media library on the current codebase? The symptom is that on a fresh install* uploadify lets me select an image to upload but then never progresses. Here are the reproduction steps: log in go to media library click Upload

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

2014-05-28 Thread Stephen McDonald
You might need to tweak the WSGIPythonPath apache setting as outlined in the docs you linked to. On Thu, May 29, 2014 at 2:16 AM, val_erie vlawso...@gmail.com wrote: I still do get the same error with Apache though On Monday, May 26, 2014 5:14:47 PM UTC-5, Stephen McDonald wrote: if you

Re: [mezzanine-users] Media Library Uploads

2014-05-28 Thread Stephen McDonald
I'm just about to add some help text that should make it clear. On Thu, May 29, 2014 at 8:28 AM, Danny molo...@gmail.com wrote: On 29/05/2014 7:53 AM, Stephen McDonald wrote: There's a deceptively distant blue upload button in the bottom right corner of the screen - that triggers the actual

Re: [mezzanine-users] Media Library Uploads

2014-05-28 Thread Stephen McDonald
There we go: http://cl.ly/Vmj6 Don't feel bad if you missed the button before, it's happened to a lot of people. On Thu, May 29, 2014 at 8:30 AM, Stephen McDonald st...@jupo.org wrote: I'm just about to add some help text that should make it clear. On Thu, May 29, 2014 at 8:28 AM, Danny

Re: [mezzanine-users] Should Cartridge Order be SiteRelated?

2014-05-28 Thread Stephen McDonald
Looks good Josh, thanks. On Thu, May 29, 2014 at 12:56 AM, Josh Cartmell joshcar...@gmail.comwrote: Ok, that was actually very easy. Here is a pull request: https://bitbucket.org/stephenmcd/cartridge/pull-request/25/update-order-to-inherit-from-siterelated/diff The changes are: -

[mezzanine-users] Multiple 404s on blog page while admin logged in

2014-05-28 Thread Devon Campbell
On my live site, I'm getting several 404s when I load the blog page (or any page under it) while logged in as an admin. Here are the errors from the Network tab of Chrome dev tools: GET http://radworks.io/blog/plugins/inlinepopups/editor_plugin.js/ 404 (NOT FOUND) 3e67aef34942.js:36 Failed

Re: [mezzanine-users] Re: Video of quickly deploying Mezzanine to Google App Engine with django-deployer

2014-05-28 Thread Chi-Cheong Weng
Itis like deploying django. On Wednesday, May 28, 2014, Christian Seberino cseber...@gmail.com wrote: Kenneth I'm glad to hear you run Mezzanine on several cloud hosting providers. Was that with or without django-deployer? Was it any harder to deploy than a plain old Django app? Thanks!