Answers for "gunicorn django static files"

0

gunicorn django static files

from django.contrib.staticfiles.urls import staticfiles_urlpatterns

# ... the rest of your URLconf goes here ...

urlpatterns += staticfiles_urlpatterns()
Posted by: Guest on January-11-2021

Python Answers by Framework

Browse Popular Code Answers by Language