shniper Posted August 11, 2019 Posted August 11, 2019 Hello well i have an error 500 thrown by the server after changing connection to mysql with django, it works all fine with sqlite3 but not with mysqli did enable all connections from remote connection, i even tested to connect from my local computer and it workedcould it that the python modules aren't installed ? because it was all working before
Krydos Posted August 27, 2019 Posted August 27, 2019 Yes, missing python modules will cause a 500 error. Post your import lines that you're using. You can also start with nothing and add the import lines one at a time until the 500 error occurs and that will narrow down which module is missing.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now