hersonls / opps

Open Source Content Management Platform - CMS for the magazines, newspappers websites and portals with high-traffic, using the Django Framework.

Home Page:www.oppsproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opps - OPen Publishing System

An Open Source Content Management for the magazine websites and high-traffic, using the Django Framework.

Build Status - Drone Build Status - Travis CI Pypi version Pypi downloads

Contacts

The place to create issues is opps's github issues. The more information you send about an issue, the greater the chance it will get fixed fast.

If you are not sure about something, have a doubt or feedback, or just want to ask for a feature, feel free to join our mailing list, or, if you're on FreeNode (IRC), you can join the chat #opps.

Run example

git clone git@github.com:opps/opps.git
cd opps
python setup.py develop
opps-admin.py startproject PROJECT_NAME
cd PROJECT_NAME
python manage.py syncdb
python manage.py migrate
python manage.py collectstatic --noinput
python manage.py runserver

Sponsor

License

Copyright 2013 Opps Project and other contributors.

Licensed under the MIT License

About

Open Source Content Management Platform - CMS for the magazines, newspappers websites and portals with high-traffic, using the Django Framework.

www.oppsproject.org

License:MIT License


Languages

Language:Python 85.8%Language:JavaScript 14.2%