Re: [mezzanine-users] Re: Can't get gallery to work with existing django project

2017-02-13 Thread Stephen McDonald
You didn't post the error. On Tue, Feb 14, 2017 at 4:35 AM, Bernardo Tavares wrote: > > > Em segunda-feira, 13 de fevereiro de 2017 15:32:46 UTC-2, Bernardo Tavares > escreveu: >> >> Hi, >> >> I'm trying to plug in mezzanine's blog and gallery system into and >> existing

Re: [mezzanine-users] Contact Form Error

2017-02-13 Thread Richard Jackson
OK thank you - I don't believe anything's been set up explicitly so I'll take a look into it. Really appreciate your time on this. Rich On Mon, Feb 13, 2017 at 7:21 PM, Iain Mac Donald wrote: > On Mon, 13 Feb 2017 10:46:53 -0800 (PST) > Richard Jackson

[mezzanine-users] Re: Can't get gallery to work with existing django project

2017-02-13 Thread Bernardo Tavares
Em segunda-feira, 13 de fevereiro de 2017 15:32:46 UTC-2, Bernardo Tavares escreveu: > > Hi, > > I'm trying to plug in mezzanine's blog and gallery system into and > existing website. After pluging in 'mezzanine.urls', the blog worked like a > charm, but i can't get the gallery to work. I

[mezzanine-users] Can't get gallery to work with existing django project

2017-02-13 Thread Bernardo Tavares
Hi, I'm trying to plug in mezzanine's blog and gallery system into and existing website. After pluging in 'mezzanine.urls', the blog worked like a charm, but i can't get the gallery to work. I can't seem to find the configuration for the '/gallery/' url either. Here is my main 'urls.py' file:

Re: [mezzanine-users] Contact Form Error

2017-02-13 Thread Richard Jackson
Much obliged, I'll check these tonight. Rich On Mon, 13 Feb 2017 at 13:36, Iain Mac Donald wrote: > On Mon, 13 Feb 2017 12:28:50 + > Richard Jackson wrote: > > > What's the best way to > > test that? > > Python, system utility like mailx

Re: [mezzanine-users] Contact Form Error

2017-02-13 Thread Iain Mac Donald
On Mon, 13 Feb 2017 12:28:50 + Richard Jackson wrote: > What's the best way to > test that? Python, system utility like mailx or you could communicate directly using telnet: https://www.port25.com/how-to-check-an-smtp-connection-with-a-manual-telnet-session-2/ MTAs

Re: [mezzanine-users] Contact Form Error

2017-02-13 Thread Richard Jackson
Hi Iain, I'm at work atm but will check as soon as I'm home. What's the best way to test that? Thanks, Rich On Mon, 13 Feb 2017 at 10:46, Iain Mac Donald wrote: > On Mon, 13 Feb 2017 01:38:42 -0800 (PST) > Richard Jackson wrote: > > >

Re: [mezzanine-users] Contact Form Error

2017-02-13 Thread Iain Mac Donald
On Mon, 13 Feb 2017 01:38:42 -0800 (PST) Richard Jackson wrote: > Exception Value: [Errno 111] Connection refused Can you access the SMTP server? -- Regards, Iain. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group.

[mezzanine-users] Contact Form Error

2017-02-13 Thread Richard Jackson
Hi everyone, I'm getting the following traceback error when I try to submit a form (/contact) - it's been affecting my live site for a while, and here's the error when it's done locally. Any thoughts? Thanks, Rich Environment: Request Method: POST Request URL: