-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I add kolo.middleware.KoloMiddleware to the top of my middleware, django wont start up #79
Comments
Interesting. Can you try moving it down through the list to see if it starts working in a different location? Perhaps there's a bad interaction with another middleware. |
all my middleware and even at the bottom it freezes up |
What are you running at the console? Does the context manager or decorator work? |
Yeah super strange, haven't seen this before either! Few more questions for you:
|
Ok so have solved this, not sure exactly why but for whatever reason, changing the name of my sqllite db resulted in it starting up eventually. I had been trying to get this to work with my docker arrangement but that will be my next step. |
That is strange. I'd love to understand why that helped! |
The following in my settings, then output on console:
However, when I remove kolo middleware, it starts up fine
The text was updated successfully, but these errors were encountered: