varchashva / vPrioritizer

vPrioritizer enables us to understand the contextualized risk (vPRisk) on asset-vulnerability relationship level across the organization, for teams to make more informed decision about what (vulnerability/ties) they should remediate (or can afford not to) and on which (asset/s)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page not Found

blockanz opened this issue · comments

Ran docker image and getting the following when connecting to localhost:7777

Page not found (404)

Request: Method: GET
Request URL: http://localhost:7777/

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

  1. ^admin/
  2. ^vp/
    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.

Same error also occurs if you run python manage.py runserver 0.0.0.0:7777

@blockanz - Please access using http://localhost:7777/vp. I have updated the "Read Me" as well. let me know how it goes.

thanks for feedback.

Thanks, that part now working.