Added django links

This commit is contained in:
2021-07-19 12:17:01 +02:00
parent cc7281ceda
commit 333805e918
2 changed files with 9 additions and 0 deletions

8
Python/django/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Django
## Links
* https://docs.djangoproject.com/en/3.2/topics/db/models/#extra-fields-on-many-to-many-relationships
* https://betterprogramming.pub/how-to-make-search-fields-dynamic-in-django-rest-framework-72922bfa1543?gi=f0408d863938
* https://www.django-rest-framework.org/topics/documenting-your-api/
* https://github.com/tfranzel/drf-spectacular/

View File

@@ -20,6 +20,7 @@
* [ODroid](./odroid.md)
* [OpenSSL](./OpenSSL.md)
* [Python](./Python/README.md)
* [Django](./Python/django/README.md)
* [pip](./Python/pip.md)
* [PostgreSQL](./postgresql.md)
* [VMWare](./VMWare/README.md)