kaustubhhiware / c0derunR

An attempt at a cleaner UI for online IDE's: http://c0derunr.herokuapp.com
MIT License
21 stars 8 forks source link

Setting Debug to False removes access to static files #7

Closed Demfier closed 6 years ago

Demfier commented 7 years ago

@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.

kaustubhhiware commented 6 years ago

I think this is resolved, @Demfier ?

Demfier commented 6 years ago

@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.

142ayushkumar commented 6 years ago

@Demfier python manage.py runserver --insecure and using Whitenoise ,both seems to be working

142ayushkumar commented 6 years ago

Can you assign me this issue?

142ayushkumar commented 6 years ago

@Demfier @kaustubhhiware