Jump to content

Recommended Posts

Posted

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 mysql

i did enable all connections from remote connection, i even tested to connect from my local computer and it worked

could it that the python modules aren't installed ? because it was all working before

  • 3 weeks later...
Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...