Simple news application. It allows you to:
write a tagable news
plug in latest new messages (optionally filtered by tags)
attach news archive view
Installation
Aldryn Platrofm Users
Choose a site you want to install the add-on to from the dashboard. Then go to Apps -> Install app and click Install next to News app.
Redeploy the site.
Manuall Installation
Run pip install aldryn-news.
Add below apps to INSTALLED_APPS:
INSTALLED_APPS = [
…
'taggit',
'aldryn_news',
'aldryn_search',
'django_select2',
'djangocms_text_ckeditor',
'easy_thumbnails',
'filer',
'hvad',
'haystack', # for search
…
]
Posting news
You can add news in the admin interface now. Search for the label Aldryn_News.
In order to display them, create a CMS page and install the app there (choose News from the Advanced Settings -> Application dropdown).
Now redeploy the site again.
The above CMS site has become a news archive view.
Available Plug-ins
Latest News Entries plugin lets you list n most frequent news filtered by tags.
Search
If you want the news entries to be searchable, be sure to install aldryn-search and its dependencies. Your entries will be searchable using django-haystack.
You can turn it this behavior off by setting ALDRYN_NEWS_SEARCH = False in your django settings.
Release files for aldryn-news 0.1.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aldryn-news-0.1.16.tar.gz | 22.0 kB | Details |
Release files / aldryn-news-0.1.16.tar.gz
| Download URL | aldryn-news-0.1.16.tar.gz |
|---|---|
| Size | 22.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
efc9ecc3bf42fbf8bc063457a51444128b02d56bba10b6120df1cf587f247b35
|
|
BLAKE2b-256 checksum How to use checksums |
b7c01c4a5d6cf46b807983959e21a05aa22b86e0dc1aa6f98f3701c34ade60ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |