# Help: Django 4.2 admin page CSS issue

**URL:** https://forum.djangoproject.com/t/help-django-4-2-admin-page-css-issue/20196
**Category:** The Admin
**Created:** [April 12, 2023, 5:24am UTC](https://forum.djangoproject.com/t/help-django-4-2-admin-page-css-issue/20196 "2023-04-12T05:24:35Z")
**Posts on this page:** 1
**Showing post:** 41

<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: [March 3, 2024, 2:36am UTC](https://forum.djangoproject.com/t/help-django-4-2-admin-page-css-issue/20196/41 "2024-03-03T02:36:29Z")

</div>

> [@blurrred](#):
>
> The exact location may vary for you, it should be your Django project’s root folder.

This comment is half-right. Yes, the exact location may vary.

However, it’s not a good idea to have nginx reading static files from anywhere in your Django project’s directory structure. It’s _always_ better to have the static files moved to a location outside your Django project directory.

---

_[View the full topic](https://forum.djangoproject.com/t/help-django-4-2-admin-page-css-issue/20196)._
