TypeError: 'module' object is not callable
django
Exception
Published at Feb. 11, 2025, 2:15 p.m. by admin@senrigan.org
TypeErrorその1
File "webapp/urls.py", line 28 in
urlpatterns += static(...)
原因
from django.conf.urls.static import static
を
from django.conf.urls import static
としていた。