2👍
I managed to solve the problem by putting this line of code to apache configuration file:
WSGIApplicationGroup %{GLOBAL}
Explanation could be found here: https://code.google.com/p/modwsgi/wiki/ApplicationIssues#Python_Simplified_GIL_State_API
0👍
I have met the same error. I found that if I created a new folder and file, the user-name and group-name are both Apache. The error will be missed.
👤MIB
- [Answered ]-Django – how to query user profile based on User model having OneToOneField
- [Answered ]-How i can upload an image with CreateView on my post?
- [Answered ]-Formating Django TimeField in a Django view
- [Answered ]-Data Migrations on Django getting previous Model versions
Source:stackexchange.com