Re: forms and form processing

2011-07-01 Thread urukay
Hi Jay, take a look here, it is explained pretty well https://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#email-backend If don't have own SMTP server, you can try to use Google's SMTP server. Radovan http://www.yau.sk On 30. Jún, 21:06 h., "jay K." wrote: > Hello, > > thanks for t

Re: forms and form processing

2011-06-30 Thread jay K.
Hello, thanks for the reply I dont have email settings in my settings.py file? is that straightforward, like an import statement or something more complex? I am using django version (1, 1, 1, 'final', 0) - that's what i got after typing import django django.VERSION on the python shell Jay k On

Re: forms and form processing

2011-06-30 Thread urukay
Hi, have you got email settings set in your settings.py? What version of Django are you using? Radovan http://www.yau.sk On 29. Jún, 00:23 h., "jay K." wrote: > Hello, > > I need to add a form on my django website > > so far this is what i have: > > in my models.py: > > import statements no

forms and form processing

2011-06-28 Thread jay K.
Hello, I need to add a form on my django website so far this is what i have: in my models.py: import statements not shown here CONTACT_OPTIONS = ( ('skype video anruf','Skype Video- Anruf'), ('skype anruf ','Skype Anruf'),