django-native-tags icon indicating copy to clipboard operation
django-native-tags copied to clipboard

Default import warnings

Open acdha opened this issue 15 years ago • 1 comments

With a complete vanilla install, loading native tags will cause two lines on stderr:

Warning: Failed to load module "native_tags.contrib.generic_markup": No module named _markup
Warning: Failed to load module "native_tags.contrib.feeds": No module named feedparser

Not the end of the world but I think this should be silent unless the user requested those contrib modules.

acdha avatar Dec 09 '10 22:12 acdha

out of the box it is a functional replacement to django-template-utils which use those libraries. you can always change the settings if it displeases you (at least its using stderr now)

justquick avatar Dec 10 '10 14:12 justquick