Skip to main content

Django app to render a list of links with some meta information and a screenshot.

Project description

Django app to render a list of links with meta information and screenshots.

Prerequisites

You need at least the following packages in your virtualenv:

  • Django 1.4

  • South

  • Filer

  • Pillow or PIL

  • Easy Thumbnails

Installation

To get the latest stable release from PyPi:

$ pip install django-linklist (not available at the moment)

To get the latest commit from GitHub:

$ pip install -e git://github.com/bitmazk/django-linklist.git#egg=linklist

Add the app to your INSTALLED_APPS:

INSTALLED_APPS = [
    ...
    'django',
    'filer',
    'easy_thumbnails',
    'linklist',
]

Run the south migrations to create the app’s database tables:

$ ./manage.py migrate linklist

Usage

Add links to your project via the Django admin.

Templatetags

Returns a number of links:

{% load linklist_tags %}
{% get_linklist 8 as linklist %}
{% for link in linklist %}
    // YOur HTML markup
{% endfor %}

Roadmap

See the issue tracker for current and upcoming features.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-linklist-0.2.tar.gz (9.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page