Skip to content

MDBF-422: Create an index page #7

@an3l

Description

@an3l
  • Currently there is no index page and it is not intuitive how to use the feedback plugin
Page not found (404)
Request Method: 	GET
Request URL: 	http://localhost:8000/

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

    admin/
    rest/v1/server-count/ [name='server_count']
    rest/v1/version-breakdown/ [name='version_breakdown']
    rest/v1/architecture/ [name='architecture']
    rest/v1/os/ [name='os']
    rest/v1/file-post/ [name='file_post']

The empty path 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions