Adding checks for common URLpattern configuration errors

2014-11-13 Thread Julian Wachholz
Hi Django-Developers I would like to add additional system checks to the existing bunch. In particular, checks regarding common configuration errors around URLpatterns. An example check is described in the ticket here: https://code.djangoproject.com/ticket/23813 Please suggest any other common

Re: SMTP configuration in a dict

2014-05-30 Thread Julian Wachholz
e, but it may be a bit trickier than it looks at > first. > > On Wednesday, May 28, 2014 7:06:00 AM UTC-4, Julian Wachholz wrote: >> >> Hi django-developers >> >> I'd like to propose a relatively small change to the way we configure our >> SMTP email backends

SMTP configuration in a dict

2014-05-28 Thread Julian Wachholz
Hi django-developers I'd like to propose a relatively small change to the way we configure our SMTP email backends. Up until now, configuring your SMTP backend took up to 6 individual settings, ranging from EMAIL_HOST to EMAIL_USE_SSL etc. We already have a dictionary to configure things like