Page not found (404)

No FlatPage matches the given query.
Request Method: GET
Request URL: https://www.pushpamangal.com/aboutus/
Raised by: django.contrib.flatpages.views.flatpage

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

  1. ckeditor/
  2. admin/
  3. account/
  4. ^$ [name='home']
  5. ^search/$ [name='search']
  6. ^dashboard/$ [name='dashboard']
  7. ^register/$ [name='register']
  8. ^userlogin/$ [name='userlogin']
  9. ^user_logout/$ [name='user_logout']
  10. ^userprofile/$ [name='userprofile']
  11. ^admin-login/$ [name='login']
  12. ^logout/$ [name='logout']
  13. ^brides/$ [name='brides']
  14. ^brides/(?P<slug>[\w-]+)$ [name='brides-details']
  15. ^grooms/$ [name='grooms']
  16. ^grooms/(?P<slug>[\w-]+)$ [name='grooms-details']
  17. ^contact/$ [name='contact']
  18. ^aboutus/$ [name='aboutus']

The current path, aboutus/, 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.