Rasa Django Deployment

hey Good Day folks,

I would like to deploy my rasa nlu along with custom user input ( consisting “sender”: “user_id” , "“message”: “user_text_input” and another “key”: “being anything” ) which would get processed and send a response from a custom action

Faced a few setbacks like:

  1. In Django truncated header ( WSGI file ),
  2. Rasa-nlu issue arouse due to missing file ( 0.14.6 and 0.15.0 )

I would love to know how i could do it without docker and it being a REST api (Http API)… if this is not possible would love to learn and understand on how i can do it with docker ( I am new to this )

Preferably, without docker