Adding viewflow to existing django application #404
Replies: 3 comments 3 replies
-
You can just add required viewsts into the urls configurations https://docs.viewflow.io/overview/quick_start.html#initial-site-structure |
Beta Was this translation helpful? Give feedback.
-
What about getting the full repo of the online viewflow demo. Working from that perhaps I can merge that demo with my app and have a solid starting point. |
Beta Was this translation helpful? Give feedback.
-
Since Viewflow 2.0 all integration happens through pre-defined class-based url configurations - Viewsets https://docs.viewflow.io/crud/viewset.html So depends on your task you just need to a Viewset, that could be CRUD, Workflow, Dashboard Viewset into your urls.py As for code demo, there is a viewflow cookbook that could be used as a reference - https://github.com/viewflow/cookbook But generally, my recommendation - just work on your task. If you need to check demo like it''s available at https://demo.viewflow.io/intro/ |
Beta Was this translation helpful? Give feedback.
-
I ran the pip install django-viewflow and migrate and suspect I need to modify the urls for viewflow since my existing application's urls are already set and working. However I didn't find the urls.py under viewflow so unsure how to finish the installation and start working with viewflow.
Is there documentation on adding viewflow to existing django applications?
Beta Was this translation helpful? Give feedback.
All reactions