django-generic-links

Simple and generic application for Django projects to attach and handle links for any object
Download

django-generic-links Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Matias Agustin Mendez
  • Publisher web site:
  • http://matagus.com.ar

django-generic-links Tags


django-generic-links Description

django-generic-links is a Django app that provides a model, admin model and templatetags to attach links to any model instance and retrieve and handle them.InstallationInstalling django-generic-links is fairly easy. You can...(pip install | easy_install) django-generic-links...or, you can clone the repo and install it the old fashioned way.git clone git://github.com/matagus/django-generic-links.gitcd django-generic-linkssudo python setup.py installthen add generic_links to your settings.py: INSTALLED_APPS = ( # ... 'generic_links', )and syncronize your database!# python manage.py syncdbProduct's homepage


django-generic-links Related Software