Hi - I have never used Django, so I can’t say for certain whether there will be any problems adapting this example to use Django instead of Flask. I can say that the Flask part of this example is really simple, and other than having to fiddle around with ngrok to get an https URL served (Webview won’t work without an https URL), there isn’t anything in the Flask solution that had to be tweaked for Webview. So, since a generic Flask solution (that is, you don’t need to worry about Webview at the Flask level) works, there is a decent chance that a generic Django solution will also work. You do need to pay attention to how you define the custom actions at the Rasa level - the custom actions definitely need to be coded with Webview in mind, as shown in the code example pointed to above - but that should not impact how you create the Django server.