Quokka Versions Save

LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`

0.2.1

7 years ago

Legacy QuokkaCMS

  • using manage.py
  • using _ namespaced commands
  • using auto loaded modules

0.2.0

8 years ago

This version has an unique core.models which leads to cyclic imports problem, it works but makes module development limited, in newer version it has been split up in different model files.

This version does not have namespace for routes, this leads to name colision, in this version you use in example url_for('tag') but in newer versions you use url_for('quokka.core.tag') and quokka.modules for third party modules.

this version does not have user profile edit page.