README ファイルを使用して、AdmineLTE を 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')