An Open Source Content Management for the magazine websites and high-traffic, using the Django Framework.
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.
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
Copyright 2013 Opps Project and other contributors.
Licensed under the MIT License