public
Description: This is a simple application to post links to the dzenlog.
Homepage: http://aartemenko.com/p/django-dzenlog-link/
Clone URL: git://github.com/svetlyak40wt/django-dzenlog-link.git
Click here to lend your support to: django-dzenlog-link and make a donation at www.pledgie.com !
name age message
file .gitignore Loading commit data...
file LICENSE
file MANIFEST.in
file README.md
directory dzenlog_link/
file setup.py
README.md

dzenlog_text

This is a simple application to post links to the blog, based on the django-dzenlog application.

Installation

  • Install django-dzenlog.
  • Place dzenlog_link somewhere in your python path or install it from pypi: easy_install dzenlog-link.
  • Add dzenlog_link to yours INSTALLED_APPS.
  • Run ./manager.py syncdb
  • Add this line to the URLConf:

    (r'^links/', include('dzenlog_link.urls'))
    
  • Enjoy link posts in your blog.