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.
Please note that this repo contains the same code as cmsplugin-linklist. We will remove the Link-model related code from that repo soon so that the cmsplugin repo only contains the cmsplugin relevant code.
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.
Roadmap
See the issue tracker for current and upcoming features.
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
File details
Details for the file django-linklist-0.4.tar.gz
.
File metadata
- Download URL: django-linklist-0.4.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dabf13886f575815697b38e4d1c1be6ac16dd2eafa14337f2beb768a446b416 |
|
MD5 | aea2dc6523651a15354f2a3a8191ccc2 |
|
BLAKE2b-256 | 708c4587ed6687f9d01b9741b8fd61ddf7ad2b5578f68ee72ee8a5d7566974b5 |