Skip to content

guilhermebr/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

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 43.6%
  • CSS 42.2%
  • JavaScript 14.1%
  • Shell 0.1%