Error importing external library within Django template tag library
问题 So I'm attempting to write a Django reusable app that provides a method for displaying your Twitter feed on your page. I know well that it already exists 20 times. It's an academic exercise. :) Directory structure is pretty simple: myproject |__ __init__.py |__ manage.py |__ settings.py |__ myapp |__ __init__.py |__ admin.py |__ conf |__ __init__.py |__ appsettings.py |__ feedparser.py |__ models.py |__ templates |__ __init__.py |__ templatetags |__ __init__.py |__ twitterfeed.py |__ views.py