Re: Django user registration email issues in dev enviroment

2010-11-17 Thread Johannes Nel
in case someone runs into this in the future, i had to set the default from email to get it to work. DEFAULT_FROM_EMAIL = 'sam...@domain.com' nicer error messages would have been, well nice. On Wed, Nov 17, 2010 at 9:52 AM, Johannes Nel wrote: > ok, I decided to switch to o

Re: Django user registration email issues in dev enviroment

2010-11-17 Thread Johannes Nel
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/smtplib.py" in sendmail 712. raise SMTPRecipientsRefused(senderrs) Exception Type: SMTPRecipientsRefused at /accounts/register/ Exception Value: {u'xxx.x...@gmail.com': (451, 'Temporary local probl

Django user registration email issues in dev enviroment

2010-11-17 Thread Johannes Nel
Hi My dev enviroment is OS x 10.5 I grabbed the django registration application and configured it to email via my local host spooler. After which I setup postfix alias's for some dummy domains, these I tested from command line and my emails are coming through. Then i proceed to get the register ap

Re: CI

2010-11-16 Thread Johannes Nel
Nice. Kudos to the people who did virtualenv, neat tool. On Tue, Nov 16, 2010 at 9:07 AM, Nick Lo wrote: > Hi Johannes, > > You may be interested in this project: > > https://github.com/kmmbvnr/django-hudson > > Cheers, > > Nick > > On Nov 14, 5:36 am, Johanne

Re: CI

2010-11-13 Thread Johannes Nel
deployment, which looks pretty powerfull, but more investigation is needed. If anyone has got some experience in fabric and hudson integration or a good resource on propagation strategies will be much appreciated. On Sat, Nov 13, 2010 at 4:56 PM, Johannes Nel wrote: > Hi All > > What do

CI

2010-11-13 Thread Johannes Nel
Hi All What do you guys use for CI servers? Also where can I get some detailed info on application propagation strategies (from dev, to qa, to uat to prod) for django As a side note, I think the getting started documentation should be updated to reflect the use of relative paths http://rob.cogit8

Re: Converting plain string to dictionary

2010-11-12 Thread Johannes Nel
pyparsing is an incredibly (perhaps over in this case) powerful tool for parsing stuff into what ever your heart desires. On Fri, Nov 12, 2010 at 4:22 PM, Javier Guerra Giraldez wrote: > On Fri, Nov 12, 2010 at 3:40 AM, Pradnya wrote: >> Please let me know if there is any other way to convert t