[mezzanine-users] TypeError at /admin/blog/blogpost/add/ expected string or buffer

2016-08-10 Thread Michael Ketiku
Hi guys, > I am trying to create a new blog post and receive this error TypeError at /admin/blog/blogpost/add/ expected string or buffer Request Method: POST Request URL: http://y11s:8000/admin/blog/blogpost/add/ Django Version: 1.8.6 Exception Type: TypeError Exception Value: expected strin

[mezzanine-users] No styling included when sending verification email

2016-08-10 Thread dDro
I'm currently overriding the verification email template and trying to get the styling to work. How can I test this? When the email gets send, all the html is included, but not the styling that I have in the template. I guess that it's because the links are only locally. But how can I test this

Re: [mezzanine-users] When to use multiple projects, instances, sites?

2016-08-10 Thread Eduardo Rivas
No need to modify any Python files. The Sites framework is a standard Django feature and you only need to create new sites records in the admin. In the side menu go to Site > Sites and create as many records as you like. Don't forget to assign the correct domains for each. After that you'll be

Re: [mezzanine-users] After upgrade to to 4.0.1....

2016-08-10 Thread Eduardo Rivas
Clearing the cache once will make it work on all pages. If that doesn't work, I would say is a static file issue, not a DB one. -- 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,

Re: [mezzanine-users] After upgrade to to 4.0.1....

2016-08-10 Thread automotiveace
Eduardo - you are the man! It worked on all the Pages. I got scared, to be honest. I only have a few, but they have quite a bit of content on them. On Wednesday, August 10, 2016 at 10:22:45 AM UTC-4, automo...@gmail.com wrote: > > It happened on all my "Pages" - not just that one. Thankfully, I

Re: [mezzanine-users] After upgrade to to 4.0.1....

2016-08-10 Thread automotiveace
It happened on all my "Pages" - not just that one. Thankfully, I only have a handful of content pages so far so I'll try your suggestion. If that doesn't work, could it be a database issue? On Wednesday, August 10, 2016 at 10:17:00 AM UTC-4, Eduardo Rivas wrote: > > Your browser most likely cac

Re: [mezzanine-users] After upgrade to to 4.0.1....

2016-08-10 Thread Eduardo Rivas
Your browser most likely cached the old TinyMCE from Mezzanine 3. Try clearing the cache on that admin page with Ctrl + F5. -- 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

[mezzanine-users] After upgrade to to 4.0.1....

2016-08-10 Thread automotiveace
After I upgraded to 4.0.1, I logged into my admin to check things and make sure everything was still working. All looked good EXCEPT: The text area for t

[mezzanine-users] Re: How to handle database when upgrading to 4.0.1

2016-08-10 Thread automotiveace
That worked, thank you! On Tuesday, August 9, 2016 at 7:12:05 PM UTC-4, automo...@gmail.com wrote: > > I'm working on upgrading my Mezz install from 3.10.0 to 4.1.0 and going > through the nice tutorial provided by Josh Cartmell > . Pretty m