• NoModuleNamed
    • Articles
  • Articles

Python Error: No module named admin_interface.migrations.0004_rename_title_color

This is probably because you don't have package django_admin_interface installed.

You can install it in command line via pip:

        pip install django_admin_interface
      

Install specific version:

        pip install "django_admin_interface==0.12.1"
      

Get more info about package via pypi.org: django_admin_interface

Related Article:

I've installed the package using pip, but I got "ImportError: No Module Named [x]"

Is this page helpful?

Yes
No

Is this page helpful?

Yes
No