After running my server, my page doesn\'t show the updates that I\'ve made in the CSS file.
My navbar won\'t recognize a css rule: .navbar-bg {background-colo
.navbar-bg {background-colo
You can test this method. I hope would be benefit for you
STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'static', 'static_dirs'), )
Then add you can static files in static/static_dirs folders.