Closed Demfier closed 6 years ago
I think this is resolved, @Demfier ?
@kaustubhhiware No, it isn't resolved. We are still using DEBUG=True
in our settings.
As I mentioned earlier, we have to configure our server to handle the static files for us.
Refer to this link for more context of the error.
@Demfier python manage.py runserver --insecure
and using Whitenoise ,both seems to be working
Can you assign me this issue?
@Demfier @kaustubhhiware
@kaustubhhiware Either we can use an older version of Django (I don't like the idea though) or we have to configure the server to handle it for us.