我想借助 README 文件将 AdminLTE 集成到我的 django 项目中。 https://github.com/StephenPCG/django-adminlte-templates
我遵循了文件中所需的所有步骤,但是当我运行我的应用程序并想要登录时,我收到以下错误。
You're using the staticfiles app without having set the required STATIC_URL setting.
来自这里
django-adminlte-templates/AdminLTE/templatetags/AdminLTE.py in <module>
bootstrap_url_base = _bootstrap_url_base if _bootstrap_url_base else static('bootstrap')