How can i combine quarto with a Django project #6629
-
DescriptionI want to combine quarto auto rendering for .qmd files into a django website that i want to extend with other django power and features with python..etc but what i miss is how to use quarto withing django! is there any methods or third party packages that i can include to do this feature rendering .qmd file into a django pages!
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
another person interested in this https://www.reddit.com/r/webdev/comments/11fb5k1/anyone_has_used_quarto_and_django_for_web/ |
Beta Was this translation helpful? Give feedback.
-
You can't or at least not in an easy way. |
Beta Was this translation helpful? Give feedback.
-
Hi folks. I went through the process of setting up a template for a project that authors webpages via quarto and serves them with a django backend. This is only a day or two worth of work so I'm sure there are parts that can be improved, but it seems to be working pretty reliably at this point. Hope it helps. |
Beta Was this translation helpful? Give feedback.
You should look for Django and Jupyter Notebook integration, but these are out of Quarto scope.