Skip to content

jfunez/opps

 
 

Repository files navigation

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

Coverage Status - Coveralls

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

Download and install Opps

git clone https://github.com/opps/opps.git
cd opps
python setup.py develop

Now you can start a new Opps project

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

opps is licensed under the MIT License

Copyright (c) 2013 Opps Project. and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Bitdeli badge

About

A Django-based CMS for the magazines, newspappers websites and portals with high-traffic

Resources

License

Stars

Watchers

Forks

Packages

No packages published