If you want to see proof that mail is being sent, and you don't want to go
to the trouble of setting up a mail server on your development box, you can
use an alternate mail backend -- the console backend [1] will dump all
emails to the console, and the file backend [2] will write all emails to a
file in a nominated directory. It's really easy to set up -- one or two
settings, and you're running:

https://docs.djangoproject.com/en/dev/topics/email/#console-backend
https://docs.djangoproject.com/en/dev/topics/email/#file-backend

Yours,
Russ Magee %-)

On Thu, Jun 13, 2013 at 9:01 PM, Pepsodent Cola <pepsodentc...@gmail.com>wrote:

> Maybe it wasn't that difficult after all :)
>
> http://www.djangobook.com/en/2.0/chapter12.html - ( Setting Up Error
> Alerts )
> http://www.mangoorange.com/2008/09/15/sending-email-via-gmail-in-django/
>
>
>
> On Wednesday, June 12, 2013 12:03:20 PM UTC+2, Pepsodent Cola wrote:
>
>> Hi I have basically followed each step in Django's tutorial from part 1
>> to part 6.  What confuses me is when I disable DEBUG in settings.py file
>> then no web url works at all anymore.  But the admin and public view pages
>> works when DEBUG is enabled.
>> https://docs.djangoproject.**com/en/1.5/intro/<https://docs.djangoproject.com/en/1.5/intro/>
>>
>> Can somebody help me back trace what I have done wrong?  There are so
>> many files and settings in Django I don't really know where to start
>> troubleshooting.
>> The only clue I have is this when looking at the web browser.
>>
>> Something went wrong. (500 server error)
>>
>>
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to