Re: [mezzanine-users] Send email on new page creation or blogpost using Mezzanine

2016-08-05 Thread Ryne Everett
You could start by writing a function that just prints something to the console. Then connect it with the post_save signal (and the Page sender). I find the signals documentation and terminology difficult to interpret myself but you should be able to figure it out by mimicking the examples. On Fr

[mezzanine-users] mezzanine.accounts documentation?

2016-08-05 Thread gdx9000
I am trying to add accounts app to my Mezzanine installation. Does anyone have a clear uptodate tutorial on how to do this? The official Mezzanine documentation is broken. I can't really figure out whether it is asking me to type myApp literally or the real name of application name: accounts

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

2016-08-05 Thread gdx9000
Thank you Eduardo. I like Option 3. But, how much of coding is required to enable Admin for each site? I cannot find documentation of what *.py to create and/or modify for this. On Sunday, July 24, 2016 at 5:45:52 PM UTC-4, Eduardo Rivas wrote: > > Hey there. > > If you want to use the same

Re: [mezzanine-users] Send email on new page creation or blogpost using Mezzanine

2016-08-05 Thread Michael Ketiku
Thanks, I really don't even know where to start and to be honest I am confused but thanks anyways. On Thursday, August 4, 2016 at 9:52:38 PM UTC-4, Ryne Everett wrote: > > There are probably a lot of different approaches to this but the first one > that comes to mind is django signals >