Posts by Dyego Oliveira • 11 points
1 post
-
1
votes2
answers914
viewsA: Server Error (500) on Heroku using Django
So, I had the same problem and I was able to solve it in the following way: I added the following line to the file py Settings.: DISABLE_COLLECTSTATIC=1 Then I created a folder on the project root…