[Answer]-How can I use css files in django?

1👍

You shouldn’t serve static files (like css files) that way.
Django provides a specific solution for that, make sure you read the complete and comprehensive documentation on that.

Leave a comment