receiving emails

2009-04-03 Thread El Marto
Hi all I m working on a web project that also interacts with users through email. I can send emails through SMTP, but I dont know how to receive emails and process them in a django. Does someone know how to do this? Cheers! Martin --~--~-~--~~~---~--~~ You receiv

django versions and wsgi - 'module' object has no attribute 'site'

2009-06-10 Thread El Marto
Hi all! I m trying to run my django app using wsgi, The default django installed in the server is 0.97-pre-SVN-6978 and I want to use the development one. I inserted the development django path in the wsgi file: -- import os, sys import django.core.handlers.wsgi sys.path.insert(0, '/home

Oracle syncdb

2008-07-03 Thread El Marto
Hi all! I've developed and tested an application in MySQL and everything worked fine fine fine. Now i am migrating to Oracle, the app works fine but I am having a lot of trouble with the Django admin. Whenever i run syncdb, it creates one table and throws an exception like this: ORA-00955: name

Re: Oracle syncdb

2008-07-04 Thread El Marto
thanks i will try that On Jul 3, 11:36 pm, Ian <[EMAIL PROTECTED]> wrote: > On Jul 3, 3:23 pm, El Marto <[EMAIL PROTECTED]> wrote: > > > > > Hi all! > > > I've developed and tested an application in MySQL and everything > > worked fine fine