Sunday, April 21, 2019

Apache and Django running FireStore Database

To run Apache with Django needs the following setup to access FireStore Database:
In the site config file, it needs the following directive:

WSGIApplicationGroup %{GLOBAL}

All WSGI applications in this group will execute within the context of the same Python sub interpreter of the process handling the request. This is necessary to access the FireStore Database with the same Credentials.

No comments:

Post a Comment