[mezzanine-users] Mezzanine tree and right-panel display block blank box

2014-05-12 Thread Wesley
Hi guys, I hit a problem here. When I unchecked - Left-hand tree - Footer from all pages, hit a problem seeing the following pic: https://lh3.googleusercontent.com/-l96kXh-GKlQ/U3B6cj9UQ7I/AFU/EUjRoN8seYk/s1600/mezzanine_block_tree_bug.jpg So, how to fix this? Thanks.

[mezzanine-users] Re: modeltranslations - round 2

2014-05-12 Thread Eduardo Rivas
Ok, I finally got some time to try this out. I've never used Model Transaltion, so maybe I'm making some noob mistake. This is what I've done: mkvirtualenv modeltranslation git clone https://github.com/Kniyl/mezzanine.git mt-mezzanine cd mt-mezzanine pip install -e . pip install south

[mezzanine-users] Re: modeltranslations - round 2

2014-05-12 Thread Eduardo Rivas
Just before running createdb, one has to cd mt_test, of course. -- 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 to mezzanine-users+unsubscr...@googlegroups.com.

[mezzanine-users] Re: modeltranslations - round 2

2014-05-12 Thread Mathias Ettinger
I couldn't reproduce until I installed django-debug-toolbar. I’ll try to dig into it latter but can you confirm that uninstalling (or removing it from the settings) django-debug-toolbar solves the problem ? Le lundi 12 mai 2014 18:54:14 UTC+2, Eduardo Rivas a écrit : Ok, I finally got some

[mezzanine-users] Re: modeltranslations - round 2

2014-05-12 Thread Eduardo Rivas
Yep, that's it. Removing debug toolbar fixes it. I'll continue testing and reporting back anything I find. Thanks a lot for this! -- 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

[mezzanine-users] Trouble with Mezzanine blog drafts/published and post scheduling

2014-05-12 Thread Amber Grimaldi
Hi, I'm new to mezzanine and my site's blog posts draft/publish options are not working. Every post saved automatically published and the scheduling function and expiration are also disfunctional. Any suggestions where I might be able to look to fix or what I can do? -- You received this

Re: [mezzanine-users] Trouble with Mezzanine blog drafts/published and post scheduling

2014-05-12 Thread Stephen McDonald
You might find that you're seeing this happen while you're logged in as an admin user - in that case, any draft / scheduled content will still be visible to you on the site so that as an author you can preview it. Try logging out or using a second browser to view the site as a regular user would

Re: [mezzanine-users] upgrading from 1.4.6 to 3.1.6 south disappears

2014-05-12 Thread Stephen McDonald
Nice work tracking that down. The error you're getting looks like a missing library (called future, that link you found is misleading) - how have you installed the latest Mezzanine version? It should automatically install the required dependencies when installing via pip - you can see the future