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

Vintage: Old models - no namespace in urls

Pre-release
Pre-release
Compare
Choose a tag to compare
@rochacbruno rochacbruno released this 07 Dec 14:08
· 117 commits to master since this release

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.