Skip to content

TAMUArch/cmsplugin-newsy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Django CMS plugin for news. To see an example, check out the Texas A&M University, College of Architecture's Newsletter.

Installation

First, you must install Django CMS and photologue which require Django and a few other libraries such as PIL. For full details, see the installation instructions for those packages.

Install cmsplugin-newsy to your environment with a tool such as PIP, setuptools, or buildout.

Add newsy to the INSTALLED_APPS list in your project's settings.py and run the syncdb command on your manage.py.

What's Inside

A news item model that behaves similary to the Django CMS Page model. Content placeholders are read from the template selected for the news item and editors can then add plugins into the placeholders.

About

A News plugin for Django CMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • HTML 3.0%