Skip to content
Lauri Ojansivu edited this page May 24, 2018 · 10 revisions

What is Wekan in Python?

Wekan kanban board, with same frontend in wekan/client directory (jade templates, html/css/js), and backend changed from Meteor.js framework to Python, while still keeping the same compatibility, REST API, etc as original Wekan.

What is status of this port?

Started 2018-05-19, may take maybe 1-2 years, or sooner, depends on contributors.

Will original Wekan still be developed?

Yes, Meteor version will be where main development happens, and it will be developed. Wekan in Python is still non-existing vaporware. Only if some day Python version reaches point where it has all features of original Wekan on all current platforms supported by original Wekan, with existing migrations of every possible previous version of Wekan, migrating can be discussed. And as long as someone still uses original Wekan that many companies have integrated to their own internal systems in many ways, Meteor version will exist. There is no valid reason to stop development of original Meteor version of Wekan.

First commit in wekan.py 2018-05-21

https://github.com/wekan/wekan.py/commit/e5c6da5a3919158d8164ae1e0b4a8567da71249d

Other Python code already in Wekan, to be reused on wekan.py

Python Frameworks

Falcon framework design example

JS in browser

Without JS in browser

  • Is there possibility to have frontend in webbrowser that works with Javascript turned off in browser? With only CSS animations and POST requests etc?

CSS