0
Linking Css in Django
I've started a project in Django2. I'm new to this. I have made all the things that the tutorials say. But when I tried to link my CSS, it is not working. I even tried by doing, {% load static %} {% static mysite/style.css %} Need the Solution Please !!
1 Réponse
0
This might help:
https://docs.djangoproject.com/en/2.0/howto/static-files/