Skip to content

cmsplugin_news3 plugin and application for Django-CMS

Notifications You must be signed in to change notification settings

AlexProfi/cmsplugin_news3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmsplugin-news3

image

Description: A news application and plugin for Django-CMS 3

Based on https://github.com/wildfish/cmsplugin_news

This if first version of my first plugin

Supported Django versions: * Django 1.6

Supported Django-CMS versions: * Django-CMS 3.x

Requirements

  • django-cms
  • django-filer
  • easy-thumbnauls

Installation

  • pip install cmsplugin_news3
  • add filer, easy_thumbnails, cmsplugin_news3 to INSTALLED_APPS
  • run ./manage.py syncdb and ./manage.py migrate
  • restart server

Usage

  • Create a page in cms, in the 'advanced settings' section of the admin for that page, for 'Navigation extenders' select 'News Navigation' and for application select 'Last News'.
  • Befor using the plugin, make sure that the cms page was created! The 'Last News' plugin you can insert into placeholder on any page.
  • Create a propper tepmplates for your site.

Settings

  • Boolean CMSPLUGIN_NEWS3_DISABLE_LATEST_NEWS Disable Latest News Plugin, default - enabled
  • Integer CMSPLUGIN_NEWS3_PAGINATION_BY Pagination at News application, default - 12
  • Boolean CMSPLUGIN_NEWS3_ENABLE_DROPDOWN_MENU Enable drop down meny for News applicatio, default - disabled

About

cmsplugin_news3 plugin and application for Django-CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.2%
  • HTML 16.8%