-1

I created a Django backend Website then I designed a template for the frontend by HTML and CSS, but the CSS and Javascripts and some files like vendor of that dont not appear at final although I set address for CSS and Javascripts and vendor files for Login and Signup templates in settings.py and static and staticfiles.
you can see my codes in below images: enter image description here enter image description here enter image description here enter image description here enter image description here

I expect that the signup and login templates coming up with CSS and JS files correctly.

radmanon
  • 1
  • 2

1 Answers1

1

it was same with me, check this: setting DEBUG= True, python collectstatic, clearing cache, opening in incognito mode if the problem still exists copy your .css file into another new .css file in static folder, and then run collectstatic command.

bieehoang
  • 11
  • 2