I'm looking for ideas on how to implement the following requirement. I have 2 different applications one being a python Django app and the other one being a pure javascript app. I can get both the apps running on different ports but I need to be able to integrate the js app into the Django app. I.e. I want to add the js app into the Django app such that when you navigate to djangoapp.com/admin/js_app you go to the landing page of the js_app application. the 2 apps are https://github.com/CodeForAfrica/gmmp and https://github.com/OpenUpSA/wazimap-ng-ui
any ideas will be appreciated