Admin Site: TemplateDoesNotExist at /admin/

前端 未结 16 1813
鱼传尺愫
鱼传尺愫 2020-12-09 04:00

I\'m following Django\'s official Tutorial 2 but for some reason cannot create an admin site despite following all the steps correctly to my understanding.

This is t

16条回答
  •  既然无缘
    2020-12-09 04:27

    I think there are some packages that you didn't install in INSTALLED_APPS, in my case I installed 'import_export' since I used 'importexportmodels

提交回复
热议问题