Postgresql – TypeError: ForeignKey(None) is invalid. First parameter to ForeignKey must be either a model, a model name, or the string 'self'
I recently developed a web app and tested its deployment on Nginx and it worked just fine. The client has a preference for Apache though and I created a config file. After this, I am getting a 500 server error…