Re: 404.html error

2010-07-25 Thread Antoni Aloy
You have not added the admin urls in urls.py so you can't access to it. Regards, 2010/7/25 yalda.nasirian : > 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 not found > > can you guide me ? and i have another

404.html error

2010-07-25 Thread yalda.nasirian
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 can you guide me ? and i have another question , where i write this command : handler404 = 'mysite.views.my_custom_404_view' and another question before this error , i ca