OK, I fixed it by placing a 404.html in the templates directory. I
guess Django doesn't come with a default page.
I'm still curious about the email settings. Here's what I have, with
real info deleted to avoid spamming:
ADMINS = (
('My Name','[EMAIL PROTECTED]),
)
EMAIL_HOST='mail3.webfaction.com'
EMAIL_HOST_USER='username'
EMAIL_HOST_PASSWORD='password'
EMAIL_PORT='25'
DEFAULT_FROM_EMAIL='[EMAIL PROTECTED]'
SERVER_FROM_EMAIL='[EMAIL PROTECTED]'
'username' is my default webfaction mailbox, and 'password' is the
corresponding password.
--Mark
On 3/3/07, Mark Engelberg <[EMAIL PROTECTED]> wrote:
> Yeah, um, about that. I haven't figured out how to config the email
> to do that. Can't find good documentation on that. I've tried to set
> what I thought were the relevant settings, but it didn't seem to have
> any effect. Can anyone point me to some better docs about that?
>
> I DID look in the server log though, and it appears that it's simply
> not finding 404.html. I haven't created my own custom 404.html, so I
> would expect it to have no trouble finding the default one. Any idea
> why it might not be finding it?
>
> Thanks,
>
> Mark
>
> On 3/3/07, James Bennett <[EMAIL PROTECTED]> wrote:
> >
> > On 3/4/07, puzzler <[EMAIL PROTECTED]> wrote:
> > > Any idea why I'm not getting 404 errors for these situations?
> >
> > Assuming you've set up the ADMINS setting so it emails you tracebacks
> > on these errors, what's in the traceback?
> >
> > --
> > "Bureaucrat Conrad, you are technically correct -- the best kind of
> > correct."
> >
> > > >
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---