Forums

imported but unused

https://www.pythonanywhere.com/user/Onuralp/shares/0904dde19dfa43d2bc82dda4923824be/

here i get an error saying 'from article.views import index' imported but unused,and images are not appearing on my site, when I do this vscode it works fine

"Imported but unused" errors won't affect how your site works; you should fix them just for the sake of tidiness, but they're not the cause of this problem.

I'm guessing from the name of the modules that you're using that you are using Django for your site; have you set up your static file mappings?