Django Activity Stream is a way of creating activities generated by the actions on your site. Action events are categorized by four main components.
Filter By
- My Posts
- Learned Posts
- My Discussions
- Joined Discussions
- Favorite Members
- Curated Posts
Trends
##django-tagging-ext (Django Tagging EXT)
django-tagging gives you tagging. django-tagging-ext gives you enhanced displays of tags. All rendered HTML is done via templates so you can customize the displays as needed.Future releases of Django Tagging EXT will include these features:
-More comprehensive tests
-Tag dispatching so you can control tagging more tightly. For example, limiting tags to just one model.
-Sphinx based docs folder
-Tag Auto-complete
-Integration with Pinax style tasks
Please register or log in to post a comment.
Please register or log in to post a comment.
Tutorial: Django Template Tags
IntroductionIn the Python Web Framework Django, template tags can be used to modify data that is about to be output in a Django template file. In this tutorial we will learn how to create and use our own template tags in a Django application.
Please register or log in to post a comment.
Please register or log in to post a comment.
An app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It’s fairly easy to override methods of the Linkcheck object should you need to do anything more complicated (like generate URLs from slug fields etc).
Please register or log in to post a comment.
Please register or log in to post a comment.
Please register or log in to post a comment.