django 2.2 disable cache settings.STATIC_URL

Step 1: Open the settings.py file in your Django project. Step 2: Locate the line that defines the STATIC_URL variable. Step 3: Modify the value of STATIC_URL to the desired value, or remove the line entirely to disable the static file caching. Step 4: Save the changes to the settings.py file. Step 5: Restart your Django application to apply the updated settings.