Re: [mezzanine-users] Contact Form Error

2017-02-15 Thread Melvyn Sopacua
On Monday 13 February 2017 10:46:53 Richard Jackson 
wrote:
> I started looking into these and will keep doing so in the 
next few
> days. How would SMPT server settings be configured in 
Django/Mez?

Not so obvious, but remember "Mezzanine is just Django":
https://docs.djangoproject.com/en/1.10/ref/settings/#email
-host

-- 
Melvyn Sopacua

-- 
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] Limiting what model type instances are listed in admin Pages menu

2017-02-15 Thread Melvyn Sopacua
On Monday 13 February 2017 20:52:35 Pabitra Dash wrote:
> We have many subclasses of Page model. Each subclass type has 
many
> instances (records). The "Pages" menu on the Admin interface list all
> records for each of the subclasses of the Page model. Is these a way
> to display records that are instances of only specific subclass types
> of Page model?

The whole point of Page subclasses is to have them in hierarchy (both in 
front and backend). So don't subclass Page if you don't want that.
-- 
Melvyn Sopacua

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