how to connet two or more programming in django like(java,c#,c++) Post.Byes (original) (raw)
Django is a web framework for Python, so it is designed to work with the Python programming language. While it is possible to use other programming languages alongside Django, it is generally not recommended.
If you need to connect multiple programming languages together for a web application, a common approach is to use a RESTful API. This allows different parts of the application to communicate with each other over HTTP using standard data formats like JSON.