Changes made to (static) CSS file not reflecting in Django development server -
I am creating a web app using Django and there is some problem in the changes made to the CSS file. Development Server To reflect on).
The server is able to access the static files to clarify, however, it is currently connected to the previous recurrence of my CSS file. A similar problem occurred a few weeks ago, when I did not show any changes to the CSS file. This problem was cured only after a few days.
However, it is very disappointing not to receive immediate visual feedback, I have made the following efforts to correct this problem:
- My debue is set to True. / Li>
- I've provided STATIC_URL
- I tried to 'collect' static files but this command works but the dev server is still not reflecting the changes made to the CSS file. Is
- I have a STATIC_ROOT, STATICFILES_DI R and STATICFILES_FINDER. This comment is currently made because I have found out that some of these are for production only or are unnecessary for development.
My stable resource is placed in the 'stable' directory of one of my apps - 'Post_it_gen' which is part of the project. According to the documentation it should be automatically detected by the DJ.
Any new suggestions will be highly appreciated.
Comments
Post a Comment