Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Releases: quokkaproject/quokka

Legacy Release

Choose a tag to compare

@rochacbruno rochacbruno released this 20 Jul 14:57

Legacy QuokkaCMS

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

Vintage: Old models - no namespace in urls

Choose a tag to compare

@rochacbruno rochacbruno released this 07 Dec 14:08

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.