Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
django-admin_action_mailgit からのインストールに問題があります。
django-admin_action_mail
次の方法でインストールしようとしました:
pip install git+https://github.com/mjbrownie/django-admin_action_mail.git
しかし、Django に追加したときに、Django はそれを取得しませんでしたsettings.INSTALLED_APPS。
settings.INSTALLED_APPS
私は何か見落としてますか?