2
I just created a Django project and would like to use Firebase instead of sqlite as a database. I looked in several places but could not find anywhere how to do the integration. Someone could help me?
2
I just created a Django project and would like to use Firebase instead of sqlite as a database. I looked in several places but could not find anywhere how to do the integration. Someone could help me?
2
According to the Django documentation in the part of Databases that can be read in Inline in the following link https://docs.djangoproject.com/en/2.0/ref/databases/#using-a-3rd-party-database-backend:
The native Databases are;
And those supported by third parties are;
Browser other questions tagged python django firebase
You are not signed in. Login or sign up in order to post.
https://github.com/xtrinch/fcm-django
– Leonardo Pessoa
Guy on this link you will find a resolution. Here on Stackoverflow in English
– Diego Go