We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f4542 commit c5a4f3eCopy full SHA for c5a4f3e
learn/Django/README.md
@@ -31,6 +31,7 @@
31
- [Traducción de modelos](#traducci%c3%b3n-de-modelos)
32
- [Integrar Django + React](#integrar-django--react)
33
- [Graphql con Django](#graphql-con-django)
34
+- [Multi-Tenant](#multi-tenant)
35
36
# Pycharm
37
@@ -896,4 +897,8 @@ INSTALLED_APPS = [
896
897
Pasos de instalación completa
898
899
-https://docs.graphene-python.org/projects/django/en/latest/installation/
900
+https://docs.graphene-python.org/projects/django/en/latest/installation/
901
+
902
+# Multi-Tenant
903
904
+https://django-tenant-schemas.readthedocs.io/en/latest/index.html
0 commit comments