Page not found (404)

Request Method: GET
Request URL: http://www.lamee.cn/e/space/?userid=80422?feed_filter=ie&ie20171017=&ie

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

  1. admin/
  2. admin/
  3. [name='home']
  4. ^$ [name='home']
  5. ipad-db/ [name='index']
  6. ipad-db/browse/natural_products/ [name='browse_by_natural_products']
  7. ipad-db/browse/synthetic_compounds/ [name='browse_by_synthetic_compunds']
  8. ipad-db/browse/natural_extracts/ [name='browse_by_natural_extracts']
  9. ipad-db/browse/drugs/ [name='browse_by_drugs']
  10. ipad-db/browse/nanocomplexes/ [name='browse_by_nanocomplexes']
  11. ipad-db/advanced_search/ [name='advanced_search']
  12. ipad-db/advanced_search_submit/ [name='advanced_search_submit']
  13. ipad-db/advanced_search_structure_submit/ [name='advanced_search_submit_structure']
  14. ipad-db/about/ [name='about']
  15. ipad-db/search/ [name='search']
  16. ipad-db/download/ [name='download']
  17. ipad-db/help/ [name='help']
  18. ipad-db/download/natural_compounds/ [name='download_natural_compounds']
  19. ipad-db/natural_products/(?P<pk>.*) [name='natural_products_detail']
  20. ipad-db/synthetic_compounds/(?P<pk>.*) [name='synthetic_compounds_detail']
  21. ipad-db/natural_extracts/(?P<pk>.*) [name='natural_extracts_detail']
  22. ipad-db/drugs/(?P<pk>.*) [name='drugs_detail']
  23. ipad-db/nanocomplexes/(?P<pk>.*) [name='nanocomplexes_detail']
  24. ^static/(?P<path>.*) [name='static']

The current path, e/space/, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.