I am working on projects first i made front-end which i integrate with django. I copy my style sheet in django and set important SETTINGS.then i run server which work fine for me. CSS load properly.But when add some more CSS in my style file this is not loading,please help me?
setting.py
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.0/howto/static-files/
STATIC_URL = '/static/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
MEDIA_URL = '/'