Skip to content

Commit c5a4f3e

Browse files
committed
🚀 Update notes
1 parent a7f4542 commit c5a4f3e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

learn/Django/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
- [Traducción de modelos](#traducci%c3%b3n-de-modelos)
3232
- [Integrar Django + React](#integrar-django--react)
3333
- [Graphql con Django](#graphql-con-django)
34+
- [Multi-Tenant](#multi-tenant)
3435

3536
# Pycharm
3637

@@ -896,4 +897,8 @@ INSTALLED_APPS = [
896897
Pasos de instalación completa
897898

898899

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

Comments
 (0)