Welcome to django-ordinary-news’s documentation!
Contents:
Django ordinary news
Application provides news functionality for your site.
It contains only one model
-
class news.models.NewsItem
-
title
- News title
-
slug
- Slug. If None provided, id attribute will be inserted while saving
-
date
- Publication date.
-
short
- Short summary of news item.
-
text
- Full text. TinyMCE Field used.
..attribute:: published
Display this item on site or not