Page not found (404)

Номер страницы не содержит особое значение “last” и его не удалось преобразовать к целому числу.
Request Method: GET
Request URL: http://mm-eco.ru/blog/?page=None
Raised by: pages.views.ArticleListView

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

  1. admin/
  2. summernote/
  3. [name='index']
  4. about/<slug:slug>/ [name='about']
  5. services/<slug:slug>/ [name='services']
  6. vacancies/<slug:slug>/ [name='vacancy']
  7. vacancies/ [name='vacancies']
  8. blog/<slug:slug>/ [name='article']
  9. blog/ [name='blog']

The current path, blog/, matched the last one.

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.