GithubHelp home page GithubHelp logo

vstoykov / cmsplugin-newsplus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nimbis/cmsplugin-newsplus

0.0 1.0 0.0 206 KB

An improved version of cmsplugin-news

License: BSD 2-Clause "Simplified" License

Makefile 2.63% Python 91.35% HTML 6.02%

cmsplugin-newsplus's Introduction

News plugin for django-cms 3.0b3

image

image

This plugin provides a simple news feature for django-cms 2.4 and newer.

It is based off of a fork of cmsplugin-news located here: https://bitbucket.org/zerok/cmsplugin-news

The goal of newsplus is to provide the simplicity of cmsplugin-news while adding some additional functionality, such as images.

Requires

  • django-cms >= 2.4
  • django >= 1.4
  • djangocms-text-ckeditor >= 2.0

Setup

  • Install django-cms (if you haven't done so already)
  • Run pip install cmsplugin-newsplus or download this package and python setup.py install
  • Add 'cmsplugin_newsplus' to INSTALLED_APPS
  • Add to your project's urls.py: url(r'^news/', include('cmsplugin_newsplus.urls')),
  • If you're using South run python manage.py migrate, Otherwise run python manage.py syncdb within your project directory.

History

0.1.10:

  • Adding Django 1.8 support by specifying fields in NewsForm.

0.1.9:

  • Removing broken migration introduced in v0.1.8 and replacing it with a working one.

0.1.8:

  • Adding missing Django 1.7 migration. This version should not be used because the migration added in this version was broken. The default publication date was datetime.now() which was being evaluated each time makemigrations would be called.

0.1.7:

  • Removing parsing of requirements from requirements/common.txt from setup.py

0.1.6:

  • Update migrations to Django 1.7

0.1.5:

  • Added missing urls.py step to Setup section of the README.

0.1.2:

  • Fixed compatibility with pip <= 1.1

0.1.1:

  • Compatility fixes for Django 1.6
  • Cleaned up repo.
  • Added Travis integration.

0.1.0:

  • Initial commit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.