Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Django app to render a list of links with some meta information and a screenshot.
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.
You need at least the following packages in your virtualenv:
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
Add links to your project via the Django admin.
get_linklist ++++++++++++
Returns a number of links::
{% load linklist_tags %}
{% get_linklist 8 as linklist %}
{% for link in linklist %}
// YOur HTML markup
{% endfor %}
If you are using the LinkCategory
model, you can get the links for a
cateogry like so::
{% get_linklist 8 categories='slug' as linklist %}
If you want to show links for several categories in one list::
{% get_linklist 8 categories='foo,bar' as linklist %}
See the issue tracker for current and upcoming features.
FAQs
Django app to render a list of links with some meta information and a screenshot.
We found that django-linklist demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.