Page not found (404)

Request Method: GET
Request URL: https://www.mauifloralelegance.com/group/

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

  1. ^$ [name='index']
  2. ^group/(?P<pk>\d+)/$ [name='category_photos']
  3. start$ [name='start']
  4. ajax-upload$ [name='ajax_upload']
  5. ^api/$
  6. ^api/photos/$ [name='photo-list']
  7. ^api/photos/(?P<pk>[0-9]+)$ [name='photo-detail']
  8. ^api/groups/$ [name='group-list']
  9. ^api/groups/(?P<pk>[0-9]+)$ [name='group-detail']
  10. ^api-auth/
  11. ^admin/
  12. ^api-auth/

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