Skip to main content

Application provides news functionality for your site.

Installation:

In settings.py:

  1. Add easy_news to your INSTALLED_APPS.

  2. Include ('easy_news.urls') in your urls.py like this:

    urlpatterns += patterns('',
        (r'^news/', include('easy_news.urls')),
    )

Usage

Views

Easy news uses django generic views system to render pages. Easy news has several url handlers (I mean named patterns):

  • news_detail - Show news itself

  • news_list - if settings.ENABLE_NEWS_LIST is True, shows list of publicated news

  • news_archive_index if news_settings.ENABLE_NEWS_ARCHIVE_INDEX is True, shows content of django.views.generic.date_based.archive_index view

  • news_archive_year, news_archive_month, news_archive_day - if settings.ENABLE_NEWS_DATE_ARCHIVE is True, shows news archive by given date

  • news_tag_detail - if you use django-tagging and settings.NEWS_TAGGING is True, easy_news provide list of tagged news

Template tags:

If you want to use easy_news template tags, load easy_news_tags:

{% load easy_news_tags %}

show_news

Shows list of num latest news. 5 news in list by default:

{% show_news <num> %}

calendar

Render calendar. If there’s some news at date, shows hyperlink to news. By default, use current date:

{% calendar <year> <month> %}

Customize:

Full settings list:

  • ENABLE_NEWS_LIST (boolean) - render latest news list. Default - True

  • ENABLE_NEWS_ARCHIVE_INDEX (boolean) - render django generic date archive index of news objects. Default - True

  • ENABLE_NEWS_DATE_ARCHIVE (boolean) - render django generic date full archive of news objects. Default - True

  • NEWS_TAGGING (boolean) - use news tagging. Default - if django-tagging is installed, True, otherwise False

Classifiers:

Frontpage handlers

Release files for django-easy-news 0.2.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-easy-news 0.2.2
File Size Uploaded
django-easy-news-0.2.2.tar.gz 73.3 kB Details

Release files / django-easy-news-0.2.2.tar.gz

Download URL django-easy-news-0.2.2.tar.gz
Size 73.3 kB
Tags Source
SHA-256 checksum
How to use checksums
f430ff31953c10a11523ab2e02cd81c8612d484eff8fce03d917dcdc391d8baf
BLAKE2b-256 checksum
How to use checksums
94cf3a5ccf72cd274260f1abaf09306ab9da668fd0a7a9aba4dac34bf548a093
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.2.2 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page