Djangoでtodoアプリを作りherokuにdeployしたところ、ブラウザでserver error (500)が出ます。herokuのログを見たところ、
ValueError: Missing staticfiles manifest entry for 'kanban/custom.css'
というエラー情報が出ました。アドバイスお願い致します。
やったこと
settings.pyに次のように追加
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
ターミナルで次のコマンドを実行
python manage.py collectstatic
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。