Endpoints

URL

View

/

home page

/admin/

admin page

/bugs/

bug list page 1 (most recent first)

/bugs/?page=4

bug list page 4

/bugs/151

bug with id #151 if it exists

/bugs/createBug/

create bug page with the form

/__debug__/

Django Debug Toolbar (only when DEBUG = False)

/any_unknown_path

404 page

/bugs/?type=error

Filter by Bug Type

/bugs/?status=todo

Filter by Bug Status

/bugs/?q=enhance

Search the title - Partial match