📅  最后修改于: 2022-03-11 14:56:35.850000             🧑  作者: Mango
The leading dot in include('.upload.urls') is causing the problem.
Assuming that upload is in your project directory (the one that contains manage.py), changing it to upload.urls should work.