[mezzanine-users] 'Settings' object has no attribute 'ADMIN_REMOVAL'

2014-03-23 Thread Skyler Dawson
Hi there, The error in the post suddenly started occurring when I try to run django-admin.py runserver; I've reverted all changes as well as checking out earlier versions of my code, and it still doesn't work. I'm wondering what I could have possibly done to stop defaults.py from working. Any

[mezzanine-users] Re: 'Settings' object has no attribute 'ADMIN_REMOVAL'

2014-03-23 Thread Skyler Dawson
the mezzanine folder in my virtualenv. And that led to the above error. Removed and everything's fine. Sorry for the noise, maybe this will help someone as silly as me. On Sunday, 23 March 2014 21:38:44 UTC-4, Skyler Dawson wrote: Hi there, The error in the post suddenly started occurring when I try

[mezzanine-users] Tinymce 4

2014-04-15 Thread Skyler Dawson
Hi all, Is there anyone here who's tackled upgrading tinymce to tinymce 4 in mezzanine? I'm thinking about doing this, but I have no idea if it's relatively simple or very easy. Any advice would be appreciated, and if I do it I'll make a pull request. Thanks, Skyler Dawson. -- You received

[mezzanine-users] Thumbnail UnicodeEncodeError

2014-04-21 Thread Skyler Dawson
Hi all, Probably a configuration issue on my part, but I'm getting to my wits end. Site crashes in the thumbnail template tag on any gallery related portion: UnicodeEncodeError at / 'ascii' codec can't encode character u'\u0301' in position 83: ordinal not in range(128) -

[mezzanine-users] Re: Thumbnail UnicodeEncodeError

2014-04-21 Thread Skyler Dawson
object to another variable and now properly wrap all the settings vars that use it with unicode(). Sorry for the noise, and if someone else setup like I did, hopefully this helps them out. On Monday, 21 April 2014 21:14:16 UTC-4, Skyler Dawson wrote: Hi all, Probably a configuration issue on my