This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
MANIFEST.in | ||
| |
README.md | ||
| |
dzenlog_link/ | ||
| |
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_linksomewhere in your python path or install it from pypi:easy_install dzenlog-link. - Add
dzenlog_linkto yoursINSTALLED_APPS. - Run
./manager.py syncdb Add this line to the URLConf:
(r'^links/', include('dzenlog_link.urls'))Enjoy link posts in your blog.









