Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

As part of any good website or web app you have to manage your links. Piece of cake for developers, but clients should never have to write code, not even HTML. Django-links allows you or your client to easily create and organize links. You can create external links, or internal links to ANY Django ... [More] model that you specify as 'linkable' in the settings. For internal links, the model's absolute_url is used, so if a model changes, your links won't break. All links and menus are easily managed via the django admin. You can assign a link to appear in as many menus as you'd like, for example a link to your home page can be put into the "Main Navigation" menu and the "Footer Navigation" menu. Thanks to a couple templatetags displaying a menu is easy: {% load link_tags %} {% display_menu "main_navigation" %} this translates to HTML in your temlate: an unordered list with list items for every active link in the menu. Awesome. [Less]

0
 
  0 reviews  |  0 users  |  181 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.