# Css file dont update in browser

**URL:** https://forum.djangoproject.com/t/css-file-dont-update-in-browser/21426
**Category:** Mystery Errors
**Created:** [June 8, 2023, 12:51am UTC](https://forum.djangoproject.com/t/css-file-dont-update-in-browser/21426 "2023-06-08T00:51:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![GaligaoHernanie](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/galigaohernanie/32/14095_2.png) [@GaligaoHernanie](https://forum.djangoproject.com/u/GaligaoHernanie)
#### Post date: [June 8, 2023, 12:51am UTC](https://forum.djangoproject.com/t/css-file-dont-update-in-browser/21426/1 "2023-06-08T00:51:51Z")

</div>

i have my css file its working properly but in the next day i want to continue to editing my css file but the problem is after some changing the browser dont recognize the change in my css file its always recognize the last css file that i save yesterday… what is the problem?

---

<div class="post-metadata">

### Author: ![KenWhitesell](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/kenwhitesell/32/280_2.png) [@KenWhitesell](https://forum.djangoproject.com/u/KenWhitesell)
#### Post date: [June 8, 2023, 2:47am UTC](https://forum.djangoproject.com/t/css-file-dont-update-in-browser/21426/2 "2023-06-08T02:47:20Z")

</div>

This is most often a browser cache issue. If you search this forum for browser cache, you’ll see a number of threads on this topic.

In particular, you might find these topics to be helpful:

- [Any advice on debugging html and css files?](https://forum.djangoproject.com/t/any-advice-on-debugging-html-and-css-files/19375)

- [Static files served in development should not be cached](https://forum.djangoproject.com/t/static-files-served-in-development-should-not-be-cached/18579)

---

<div class="post-metadata">

### Author: ![GaligaoHernanie](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.djangoproject.com/galigaohernanie/32/14095_2.png) [@GaligaoHernanie](https://forum.djangoproject.com/u/GaligaoHernanie)
#### Post date: [June 8, 2023, 5:08am UTC](https://forum.djangoproject.com/t/css-file-dont-update-in-browser/21426/3 "2023-06-08T05:08:15Z")

</div>

thank you … your suggesstion work… GodBless
