I did the install and I see the tables silk makes in my database so I know it is working but when I do the 127.0.0.1:8000/silk I get Page not found.
I did add the path('silk', include('silk.urls', namespace='silk')), to my urls file. I added 'silk.middleware.SilkyMiddleware', after 'django.contrib.sessions.middleware.SessionMiddleware'. Any ideas?