django-tagging and template tags
I recently used django-tagging for a project and ran into the following error when trying to use this package's template tags: "Invalid block tag: 'tag_cloud_for_model' " To use this package's template tags (such as tag_cloud_for_model) you must load the template tag code as such: {% load tagging_tags %} It's not in the documentation...
0 Comments
Log in with Twitter, Google, Facebook, LinkedIn to leave a comment.