Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project: Quokka CMS #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
production application is worth a thousand blog posts and Stack
Overflow answers.

This document is an always-growing list of **195**
This document is an always-growing list of **196**
open-source Python applications arranged by topic, with links to
repositories, docs, and more. If you have one to add or find some
information missing, [please let us
Expand All @@ -40,7 +40,7 @@ thereof), see Architectures. -->
1. <a href="#tag-communication">Communication</a> *(20)*
1. <a href="#tag-education">Education</a> *(4)*
1. <a href="#tag-science">Science</a> *(11)*
1. <a href="#tag-cms">CMS</a> *(8)*
1. <a href="#tag-cms">CMS</a> *(9)*
1. <a href="#tag-erp">ERP</a> *(4)*
1. <a href="#tag-static_site">Static Site</a> *(6)*
1. <a href="#tag-dev">Dev</a> *(8)*
Expand Down Expand Up @@ -189,6 +189,7 @@ thereof), see Architectures. -->
1. **Mezzanine** - ([Repo](https://github.com/stephenmcd/mezzanine), [Home](http://mezzanine.jupo.org/)) Consistent and flexible content management platform built on the Django framework. `(server, django)`
1. **Plone** - ([Repo](https://github.com/plone/Plone), [Home](https://plone.com/), [WP](https://en.wikipedia.org/wiki/Plone_(software))) Extensible enterprise content management system built on Zope. `(server)`
1. **Plumi** - ([Repo](https://github.com/plumi/plumi.app), [WP](https://en.wikipedia.org/wiki/Plumi)) Video sharing content management system based on [Plone](https://en.wikipedia.org/wiki/Plone_(software)). `(video, linux, mac, plone)`
1. **Quokka CMS** - ([Repo](https://github.com/rochacbruno/quokka/), [Home](http://quokkaproject.org/)) A lightweight framework to build CMS (Content Management System) as websites, portals, blogs, applications and anything related to publishing content to the web. `(server, flask)`
1. **Saleor** - ([Repo](https://github.com/mirumee/saleor/), [Home](https://getsaleor.com/)) Modular, high-performance e-commerce storefront built with Django, GraphQL, and ReactJS. `(server, django)`
1. **Wagtail** - ([Repo](https://github.com/wagtail/wagtail), [Home](https://wagtail.io/)) A Django content management system focused on flexibility and user experience. `(server, django)`

Expand Down
5 changes: 5 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,11 @@ projects:
home_url: https://getsaleor.com/
desc: Modular, high-performance e-commerce storefront built with Django, GraphQL, and ReactJS.
tags: ["cms", "django", "server"]
- name: Quokka CMS
repo_url: https://github.com/rochacbruno/quokka/
home_url: http://quokkaproject.org/
desc: A lightweight framework to build CMS (Content Management System) as websites, portals, blogs, applications and anything related to publishing content to the web.
tags: ["cms", "flask", "server"]

## ERP

Expand Down