Have you set up the admin site? http://docs.djangoproject.com/en/dev/ref/contrib/admin/
In the meantime, handler404 = 'mysite.views.my_custom_404_view' should go into urls.py in your project. http://docs.djangoproject.com/en/dev/topics/http/views/#the-404-page-not-found-view Good luck! Franklin On Sun, Jul 25, 2010 at 1:47 AM, yalda nasirian <yalda.nasir...@gmail.com> wrote: > hi > i'm new at django code . > i have a problem with 404.html page . > i can't see mypage http://127.0.0.1:8000/admin/ , i see error <page not > found > > can you guide me ? and i have another question , where i write thisĀ command > : > handler404 = 'mysite.views.my_custom_404_view' > please help ! > tanx > > On Sat, Jul 24, 2010 at 11:55 PM, Franklin Einspruch > <franklin.einspr...@gmail.com> wrote: >> >> http://www.hongkiat.com/blog/60-really-cool-and-creative-error-404-pages/ >> >> >> >> On Sat, Jul 24, 2010 at 3:14 PM, Michael Hipp <mich...@hipp.com> wrote: >> > What should go in a proper 500.html page? Is some content fed to it that >> > should be displayed? >> > >> > Similarly for 404.html? >> > >> > Thanks, >> > Michael >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Django users" group. >> > To post to this group, send email to django-us...@googlegroups.com. >> > To unsubscribe from this group, send email to >> > django-users+unsubscr...@googlegroups.com. >> > For more options, visit this group at >> > http://groups.google.com/group/django-users?hl=en. >> > >> > >> >> >> >> -- >> Art, writing, journal: http://einspruch.com >> Comics: http://themoonfellonme.com >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to django-us...@googlegroups.com. >> To unsubscribe from this group, send email to >> django-users+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Art, writing, journal: http://einspruch.com Comics: http://themoonfellonme.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.