[mezzanine-users] Blog archive month filter not working.

2016-01-05 Thread sonu kumar
In blog archive it shows 18 posts but when I clicked on archived link then it display zero blog posts. I check in the blog view code it looks that when month filter is applied then it returns empty list URL for archive http://127.0.0.1:8000/blog/archive/2015/11/ -- You received this message

Re: [mezzanine-users] Blog archive month filter not working.

2016-01-05 Thread Stephen McDonald
Works fine for me, you'll need to dig deeper. On Tue, Jan 5, 2016 at 10:42 PM, sonu kumar wrote: > In blog archive it shows 18 posts but when I clicked on archived link then > it display zero blog posts. I check in the blog view code it looks that > when month filter is applied then it returns e

[mezzanine-users] Mezzanine on IIS7.5

2016-01-05 Thread nicolas rojo
Hi Guys. I'm trying to install mezzanine on IIS7.5 but I'm dealing with some issues. If I try to create a Mezzanine project using helicon zoo feed, it always fails to install mezzanine. If I create a python project on helicon zoo and then install mezzanine afterwards from the zoo console, I ge

[mezzanine-users] Custom Editable Setting Using Textarea Formfield

2016-01-05 Thread Matt Mansour
Hi All - I have created some custom editable settings and they're rendering fine in the admin. However, some of the custom settings in the admin would yield a better UX if the formfield was a Textarea instead of a charfield. Wondering if anyone can recommend a good approach. I am just starting

[mezzanine-users] Re: Multi Tenancy / Multi IPs

2016-01-05 Thread Matt Mansour
Hi All - This issue is all sorted out. Multi Tenancy with a unique IP per site basically works out of the box. You just have to follow the AWS docs on configuring Multiple Elastic IPs (EIP) per EC2 instance. I simply forgot to change the A record of a domain to point to one of the new IPs. Ch

[mezzanine-users] Re: Multi Tenancy / Multi IPs

2016-01-05 Thread Matt Mansour
Hi All - This issue is all sorted out. Multi Tenancy with a unique IP per site works out of the box with AWS. You just need to follow the AWS docs on configuring Multiple Elastic IPs for a single EC2 instance. I simply forgot to change the A record of a domain to point to one of the new IPs

[mezzanine-users] Is there any setting for only HTML email.

2016-01-05 Thread sonu kumar
I would like to send notification for account creation and verification etc. But built in method sends email with text as well as html which uses *send_mail_template* function to send email(s). Is there any simple method to send only html email like by changing some setting or function call.