Django app that create a links directory
Project description
Introduction
emencia.django.links is a django standalone app that provide a web link’s collection.
Features
add title and description to a web link
classify by language
classify by categories
published features (start-end publish date, visibility status, site)
standard view
template tag that get the x last entries
Installation
With easy_install:
# easy_install emencia.django.links
Python install:
# python setup.py install
You could retrive source from the pypi or bitbucket:
Instructions
Install the package in your python sys path
Add the app ‘emencia.django.links’ in the settings.py django project’s file
Import urls into your root urls.py file:
(r'^links/', include('emencia.django.links.urls')),For use the template tag simply load links_monitoring and use get_latest_links tag. The syntaxe is {% get_latest_links number_of_links as variable_name %}:
{% load links_monitoring %} {% get_latest_links 2 as last_link %} {% for link in last_link %} <span><a href="{{ link.url }}">{{ link.title }}</a></span> {% endfor %}
Changelog
0.2.2
add site management
0.2.1
Fix bug in admin file.
0.2
First public release.
0.1dev (unreleased)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file emencia.django.links-0.2.2.tar.gz
.
File metadata
- Download URL: emencia.django.links-0.2.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13e776ac9054c73ff16bb2cc466964fa14b959346c3b10ec220278172c0722d2 |
|
MD5 | e38b06681d04f55299c35476e3b7db94 |
|
BLAKE2b-256 | 8f00058f2fed7cdc4e469214e5d96dd6a4f0a61b058ee2de57e1e3f062c04e75 |
File details
Details for the file emencia.django.links-0.2.2-py2.5.egg
.
File metadata
- Download URL: emencia.django.links-0.2.2-py2.5.egg
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10e4f7a24794939dadb212dc99c2e2ddcae79b7f23330f05047a667ef372ec08 |
|
MD5 | 968138df8240d50dd6b3cd9343353cf2 |
|
BLAKE2b-256 | 2181c4de13b683e15de44f371bef433b19414ad0e9b6625170dde744fd22b8f7 |