Re: Django Database Improperly Configured when function called outside of Django

2012-06-12 Thread Nikolas Stevenson-Molnar
ttp://stackoverflow.com/questions/10881249/django-database-improperly-configured-when-function-called-outside-of-django > > --- > > I'm trying to call a python function that makes some queries into my > django database from GNU mailman. > > When mailman tries to deliver a mes

Django Database Improperly Configured when function called outside of Django

2012-06-11 Thread Group Mail
Hi, --- Preliminary Note: For nicer formatting of the code snippets in this email, you can check out the stack overflow post I made asking this question, http://stackoverflow.com/questions/10881249/django-database-improperly-configured-when-function-called-outside-of-django --- I'm tryi

Django Database Improperly Configured when function called outside of Django

2012-06-09 Thread Group Mail
Hi, I asked the following django-related question on StackOverflow the other day and didn't get much of a response, so I figured I'd ask you all here. http://stackoverflow.com/questions/10881249/django-database-improperly-configured-when-function-called-outside-of-django Is m