[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.
Wesley

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[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 django-modeltranslation django-debug-toolbar
# cd to other folder
mezzanine-project mt_test
# Edit settings.py. Add USE_I18N = True, USE_L10N = True, add entries to 
LANGUAGES
python manage.py createdb --noinput

At this point, createdb fails with the following error: 
modeltranslation.translator.NotRegistered: The model RichTextPage is not 
registered for translation. See full tracebackhttp://pastebin.com/qqKEQZw1
.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[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.
For more options, visit https://groups.google.com/d/optout.


[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 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 django-modeltranslation django-debug-toolbar
 # cd to other folder
 mezzanine-project mt_test
 # Edit settings.py. Add USE_I18N = True, USE_L10N = True, add entries to 
 LANGUAGES
 python manage.py createdb --noinput

 At this point, createdb fails with the following error: 
 modeltranslation.translator.NotRegistered: The model RichTextPage is not 
 registered for translation. See full tracebackhttp://pastebin.com/qqKEQZw1
 .



-- 
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.
For more options, visit https://groups.google.com/d/optout.


[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 it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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.
For more options, visit https://groups.google.com/d/optout.


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 in order to confirm what's actually published.


On Tue, May 13, 2014 at 8:24 AM, Amber Grimaldi amber.grima...@gmail.comwrote:

 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 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.
 For more options, visit https://groups.google.com/d/optout.




-- 
Stephen McDonald
http://jupo.org

-- 
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.
For more options, visit https://groups.google.com/d/optout.


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 lib references here in the
setup:

https://github.com/stephenmcd/mezzanine/blob/master/setup.py#L60




On Tue, May 13, 2014 at 2:51 PM, Penny Leach penelope.le...@gmail.comwrote:

 On Monday, May 12, 2014 3:19:44 AM UTC+2, Stephen McDonald wrote:

 Can't reproduce this going from a fresh 1.4.6 project and running it
 against 3.1.4.

 Thanks for looking into it!


 I've seen this behaviour with Django projects in general before though,
 where some unrelated issue has the side effect of Django reporting that
 management commands provided by third-party apps aren't available.
 While that's not much help, it's doubtful your issue is South related,
 and I suspect you need to somehow force the real issue to come up - perhaps
 with Django's own shell or runserver commands, which all have a
 --traceback option that might prove useful in this case too.

 It seems you're right. With further prodding, I managed to yield the
 following error:

 ImportError: No module named future.builtins

 Any ideas?  I'm using python 2.7.3 and I found this page:
 https://docs.python.org/2/library/future_builtins.html but didn't get any
 further.

 Thanks!
 Penny

  --
 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.
 For more options, visit https://groups.google.com/d/optout.




-- 
Stephen McDonald
http://jupo.org

-- 
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.
For more options, visit https://groups.google.com/d/optout.