static css is not fetching style in django
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static'), ]First : create static folder in this path (tree path):
-------manage.py
-------db.sqlite3
-------static #this si your static folder!
-------appfolder
Second : put you CSS (or JavaScript or an image) in your static folder like this:
-----static
---------1.css
---------2.js
Third : put this at the bottom of your setting.py file:
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
4th : call your static file in your template:
{ % load staticfiles %}
<link rel="stylesheet" href="src="{ % static "1.css" %}"">
<link rel="stylesheet" href="src="{ % static "1.css" %}"">
It should work.
Note : use { % load static %} at the start of the css file
Also in CSS:
- image rotate css
- css text outline
- how do i link my css to my html
- css pause animation
- css border width
- font awesome cdn
- history of css
- css tricks media queries
- npm 'cross-env' is not recognized as an internal or external command
- css gradient border
- selecting last child css
- css rgb color
- css margin
- HOW TO REDUCE BACKGROUND IMAGE SIZE IN CSS
- how to make a popup in html and css
- on hover css
- ancho maximo css
- media types in css
- linear gradient css
- position sticky css
- remove bullets from list css
- how to use visited hover active and visited in css
- css keyframes animation
- remove border radius select css