I have a Python/Django app which sometimes has more than 100 users logged in. One day, I found this in Django error log: The request's session was deleted befo
I've installed Python 3.5 and while running pip install mysql-python it gives me the following error error: Microsoft Visual C++ 14.0 is required (Unable to f
I'm stuck with an issue. I have a Python script that I would like to run on my OSX but seems that I crossed on many issues. To run the script I should have bot
I have followed the guide and setup a basic navigation and drawer layout. I want to be able to navigate to one of the menu items when the user presses a button
Recently I had an error sqlalchemy in my production server. sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at "myserver.com"
I want to implement OAuth / OIDC into my system. I would have a central OpenID Provider and multiple Resource Servers. Each of these resource servers need to kn