From 789288180978a92cca2f9051a41b323582993e29 Mon Sep 17 00:00:00 2001 From: Phil Reese Date: Thu, 12 Sep 2024 14:47:53 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46fb8f05b..bc0db0af6 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ This data is not maintained and should not be relied on for any purpose other th ## Update CSS for admin site -To change the styling of the admin site, add custom style rules to `solutions/ui/regulations/css/admin/custom_admin.css`. +To change the styling of the admin site, add custom style rules to `solution/ui/regulations/css/admin/custom_admin.css`. -To see the changes on the admin site, run `make local.collectstatic`. This will update/create the CSS files in the `solutions/static-assets/css/admin` directory. +To see the changes on the admin site, run `make local.collectstatic`. This will update/create the CSS files in the `solution/static-assets/css/admin` directory. You will need to restart the local environment to see the changes. The Makefile will automatically move those files to the correct location where `STATIC_ROOT` is defined. This is the location where Django will look for static files.