Skip to content

piotrkilczuk/cmsplugin_simplenews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DjangoCMS SimpleNews Plugin

Provides simple news system with support for categories.

Features

  • I18n
  • Categorization
  • Excerpt / full view
  • SEO (headers, slugs)

Dependencies

Easy-thumbnails will be installed automatically if using pip / easy-install.

Installation

Install using PIP:

$> pip install -e git://github.com/centralniak/cmsplugin_simplenews.git#egg=cmsplugin_simplenews

Applications

Register cmsplugin_simplenews, and these following applications in the INSTALLED_APPS section of your project's settings. :

>>> INSTALLED_APPS = (
...   # Your favorites apps
...   'cmsplugin_simplenews',)

Database

Run ./manage.py syncdb as usual.

About

DjangoCMS news plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published