Sunday, September 5, 2010

Having issue setting UP admin section in Dajngo

Hi All

I am new to Django,I am sysadmin i am in migration a django based
site to new server i have having following issue Can any one help me
in this regards.

Below is the error i am facing.Please let me know if you need any
thing else from me.


Page not found (404)
Request Method: GET
Request URL: http://172.16.100.231/XXXXX.fcgi/XXXXX.fcgi/admin/

Using the URLconf defined in XXXX.urls, Django tried these URL
patterns, in this order:

1. ^googlehostedservice.html/$
2. ^tour/$
3. ^delete_comment/$
4. ^report_user/$
5. ^post_comment/$
6. ^sms_bakra/$
7. ^get_last_status/$
8. ^get_followers/$
9. ^get_pm_user_list/$
10. ^get_rules/$
11. ^admin_apply_rule/$
12. ^profile_for_mobile/$
13. ^settings/change_password/$
14. ^settings/change_mobile/$
15. ^settings/privacy/$
16. ^update_password/$
17. ^settings/change_picture/$
18. ^settings/view_network/$
19. ^settings/$
20. ^endpoint/$
21. ^impersonate/$
22. ^username_available/$
23. ^XXXX/delete/(?P<ping_id>(.)+)/$
24. ^(?P<pinger_id>[\w\-]+)/confirm_email/$
25. ^captcha_img/$
26. ^admin/(.*)
27. ^$
28. ^private/$
29. ^forgot_password/$
30. ^reset/password/throughmobile/$
31. ^block_me/$
32. ^unblock_me/$
33. ^public/$
34. ^submit_XXXX/$
35. ^(?P<search_on>[\w]+)/search/$
36. ^fb_installation/$
37. ^twt_installation/$
38. ^fb_uninstall/$
39. ^twt_uninstall/$
40. ^(?P<pinger_id>[\w\-]+)/$
41. ^follower/add/(?P<star_username>[\w\-]+)/$
42. ^follower/delete/(?P<star_username>[\w\-]+)/$
43. ^(?P<pinger_id>[\w\-]+)/pings/(?P<ping_id>(.)+)/$
44. ^approval/(?P<pinger_id>[\w\-]+)/$
45. ^disapproval/(?P<pinger_id>[\w\-]+)/$
46. ^approval$
47. ^account/delete/$
48. ^(?P<pinger_id>[\w\-]+)/followers/$
49. ^(?P<pinger_id>[\w\-]+)/following/$
50. ^favorite/mark/(?P<ping_id>[0-9]+)/$
51. ^accounts/logout/$
52. ^(?P<pinger_id>\d+)/msgs/create/$
53. ^media/(?P<path>.*)$
54. ^pics/(?P<path>.*)$

The current URL, XXXX.fcgi/admin/, didn't match any of these.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment