dzenlog-link

This is a simple application to post links to the dzenlog.


Keywords
django, apps, blogging, dzenlog
License
BSD-3-Clause
Install
pip install dzenlog-link==0.1.2

Documentation

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.