Page not found (404)

Request Method: GET
Request URL: http://amodfoladparsian.ir/portfolio.html

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

  1. admin/
  2. [name='index']
  3. detel/<int:pk>/ [name='ditels']
  4. sampel [name='sampel']
  5. about [name='about']
  6. contact [name='contact']
  7. create_MESSAGE [name='create_MESSAGE']
  8. Bloge [name='Bloge']
  9. login [name='login']
  10. logining [name='logining']
  11. ditalproduct/<int:pk>/ [name='ditalproduct']
  12. ditalblog/<int:pk>/ [name='ditalblog']
  13. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  14. robots.txt
  15. ^media/(?P<path>.*)$

The current path, portfolio.html, 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.