[mezzanine-users] Re: Why is mezzanine.core.models.Slugged.slug not having `unique` (and `db_index`) set to True?

2014-03-19 Thread lajarre
While it's not fundamental, it's important for me to understand some details of how Mezzanine is built since I heavily rely on it. And I think I saw an issue on GitHub talking about that, so I guess there's a good reason why things are set like this. Reason that I don't know. Any idea? Thanks

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-19 Thread Josh Cartmell
Hey Scott, have you configured the ADMINS setting in your settings.py file? If you have it should email you detailed error reports whenever the site produces a 500 error. Alternatively does anything more verbose show up in your server's logs? On Tue, Mar 18, 2014 at 4:18 PM, Scott Diehl

Re: [mezzanine-users] Multilingual website

2014-03-19 Thread Josh Cartmell
You should be able to do something similar to my suggestion above. Not ideal, but it *should* work On Tue, Mar 18, 2014 at 10:07 PM, Mehmet Özgür Bayhan mozgurbay...@gmail.com wrote: What about cartridge? 18 Mart 2014 Salı tarihinde, Josh Cartmell joshcar...@gmail.com yazdı: Hey

Re: [mezzanine-users] Re: Why is mezzanine.core.models.Slugged.slug not having `unique` (and `db_index`) set to True?

2014-03-19 Thread Josh Cartmell
It might be because a single Mezzanine instance can handle multiple sites (different domains that have different content). Two different site's could have page's with the exact same slugs which are stored in the same database. On Wed, Mar 19, 2014 at 3:46 AM, lajarre alexandre.haj...@gmail.com

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-19 Thread Scott Diehl
One more thing - the subject of the error email: ERROR (EXTERNAL IP): Internal Server Error: /admin/pages/ On Wednesday, March 19, 2014 1:04:57 PM UTC-7, Scott Diehl wrote: Thanks Josh - good call. I didn't have that set up. I have attached the error message. I'm not sure, but I'm

[mezzanine-users] redirecting to the first child page.

2014-03-19 Thread wahid Mohammad Abdul Wahid
Hello everyone I am new to django and recently installed mezzaine with django version 1.6.2. I want to let the user redirect on the first child page if the parent page is selected from the menu. I was able to add two redirect entries via Site--Redirects link like the followings: -

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-19 Thread Josh Cartmell
Glad that we got the error message, but I'm actually not sure myself what caused it. Anyone else have any ideas? On Wed, Mar 19, 2014 at 1:06 PM, Scott Diehl mr.di...@gmail.com wrote: One more thing - the subject of the error email: ERROR (EXTERNAL IP): Internal Server Error: /admin/pages/

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-19 Thread Stephen McDonald
Looks like the error that shows up when the _order field for inlines hasn't been set - that happens via Javascript, so you're probably still not serving static files correctly. On Thu, Mar 20, 2014 at 8:07 AM, Josh Cartmell joshcar...@gmail.com wrote: Glad that we got the error message, but

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-19 Thread Scott Diehl
Thanks Josh - good call. I didn't have that set up. I have attached the error message. I'm not sure, but I'm wondering if the error is stemming from the way I have the URLs set up. Would you mind taking a look? Thank you! Scott On Wednesday, March 19, 2014 12:46:15 PM UTC-7, Josh Cartmell

Re: [mezzanine-users] redirecting to the first child page.

2014-03-19 Thread Josh Cartmell
I would make the content actually be contained on the Parent page, and then make the child page a link page type (added through the page admin) and point it at the parent. On Wed, Mar 19, 2014 at 1:55 PM, wahid Mohammad Abdul Wahid wahidrah...@gmail.com wrote: Hello everyone I am new to

Re: [mezzanine-users] thumbnail crop centering

2014-03-19 Thread Radomir Wojcik
The default thumbnail would be fine for 95% of all cases. There should be an option to re-do the thumbnail on a single image basis that lets you select the cropping. It also needs a bit of fixing with the portrait vs landscape photos. The other thing that would be nice is to see the a