padrões de URL de django estático

urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
Virgin Programmer