Monday, October 7, 2019

Whitenoise untuk Static Files Manager di Django

Install Whitenoise

pip install whitenoise whitenoise[brotli]

Setup pada File settings.py

Tambahkan snippet berikut:

MIDDLEWARE_CLASSES = [
    'django.middleware.security.SecurityMiddleware',
    'whitenoise.middleware.WhiteNoiseMiddleware',
     # ... 
]

STATIC_ROOT = os.path.join(BASE_DIR, 'static')
STATIC_URL = '/static/'

# ... 
STATICFILES_STORAGE = 'whitenoise.storage.CompressedStaticFilesStorage'

Jalankan perintah Collectstatic

./manage.py collectstatic

Tambahkan Path di urls.py

Terakhir, jangan lupa untuk menambahkan path staticnya:

# ...
from django.conf import settings 
from django.conf.urls.static import static
# ...
]  + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)

2 comments:

  1. wahh bagus nih infonyaa...
    oh ya aku mau ngasih tau ni mengenai Universitas Islam Riset Terdepan Berbasis pada Kesatuan Ilmu Pengetahuan untuk Kemanusiaan dan Peradaban, untuk info lebih lanjut langsung aja klik walisongo.ac.id

    ReplyDelete
  2. It is actually good to read the content of this blog. This blog is very general, and a hugely knowledgeable platform has been established by this blog. ERP software companies in Chennai . This is a great way to increase our knowledge. Thanks for sharing an article like this.

    ReplyDelete