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.
Release files for django-linklist 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-linklist-0.4.tar.gz | 10.1 kB | Details |
Release files / django-linklist-0.4.tar.gz
| Download URL | django-linklist-0.4.tar.gz |
|---|---|
| Size | 10.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8dabf13886f575815697b38e4d1c1be6ac16dd2eafa14337f2beb768a446b416
|
|
BLAKE2b-256 checksum How to use checksums |
708c4587ed6687f9d01b9741b8fd61ddf7ad2b5578f68ee72ee8a5d7566974b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |