Static files are running fine even without White Noise

I tried to turn my debug off and run the site and my Static files are working fine even without the need for the whole whitenoise process. Is this because of some upgradation in the django software?

Hey Amay, yes the django is updated some months ago and came up with some more nice features and one of them is asgi.py file which is commonly the extension of wsgi.py file and probably because of this it is working fine. But still it is suggested to use the whitenoise as in case of pushing or fetching the files from the server also the error might come.
I hope it is clear to you. Incase still there is any doubt you can ask me, I will surely help you out.
Incase it is clear please mark it as resolve and provide the feedback so that we can improve ourselves.
Thanks :slight_smile:
Happy Coding !!