标签: django python-3.x firebase django-rest-framework hosting
我知道将Django项目托管在pythonanywhere或其他任何地方。但是,我需要知道是否有可能在Firebase Hosting Services中托管Django项目。
答案 0 :(得分:5)
Firebase托管仅支持静态内容。它没有给您运行任何后端代码的方法。您可以使用Firebase Hosting将某些请求代理到Cloud Functions后端,但是Cloud Functions提供了自己的处理HTTP请求的方式。