Jump to content

[Pending] error 500 with Django and Mysql


shniper

Recommended Posts

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

Link to comment
Share on other sites

  • 3 weeks later...

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...