Skip to the content.

Steps to Deploy

STATIC_URL = ‘/static/’

STATICFILES_STORAGE=’whitenoise.django.GzipManifestStaticFilesStorage’

- In **wsgi.py** file
```python
from whitenoise.django import DjangoWhiteNoise
# other configurations wsgi.py code lines
application = DjangoWhiteNoise(application)  # In the last line