Contribute Media
A thank you to everyone who makes this possible: Read More

Building a Django app with Viewflow

Summary

Some applications, particularity those used in enterprise, have use cases the involve a workflow. Most web frameworks, Django included, don't address this specific need. Developers can build their own, but an ad-hoc approach can be hard to maintain. I'd like to share our experience solving this challenge using the Viewflow library.

Details

Improve this page