When i imported os at first and write at the most bottom of settings.py
STATICFILES_DIRS =[
os.path.join(BASE_DIR,
'static')
]
To run my static folder which contains test.txt But when I tried to run it on Opera it shows Page not foun 404. Please tell what Can be the issue in this Django program.