简体   繁体   中英

ImportError: No module named taggit.managers

I'm trying to use the django-inline-media for my blog project such that I can put images in between sections of my blog posts. I am however running into some problems following the tutorial at https://django-inline-media.readthedocs.io/en/latest/tutorial.html

The installation process is fine and following the configuration steps are ok until step 3 where it say to run the following

python manage.py syncdb
python manage.py collectstatic

I then run into the error ImportError: No module named taggit.managers . I get this error for both commands.

I don't have any luck searching on that error so I'm hoping someone will be able to help. Also, if you think there is an alternative way or a better way for me to achieve this with Django do let me know.

以下对我有用:

pip install django-taggit

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM