Skip to content

Commit d6a5a26

Browse files
committed
new drf resource
1 parent 05f4fdd commit d6a5a26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/pages/04-web-development/50-django-rest-framework-drf.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ typically abbreviated "DRF", is a Python library for building web
4141
works as a developer in Blacksburg, Virginia (where Virginia Tech is
4242
located).
4343

44+
* [How to Save Extra Data to a Django REST Framework Serializer](https://simpleisbetterthancomplex.com/tutorial/2019/04/07/how-to-save-extra-data-to-a-django-rest-framework-serializer.html)
45+
is a concise, handy tutorial for combining additional data
46+
with the already-defined DRF serializer fields before saving
47+
everything to a database or similar action.
48+
4449
* [Optimizing slow Django REST Framework performance](https://ses4j.github.io/2015/11/23/optimizing-slow-django-rest-framework-performance/)
4550

4651
* [TLT: Serializing Authenticated User Data With Django REST Framework](http://gregblogs.com/tlt-serializing-authenticated-user-data-with-django-rest-framework/)

0 commit comments

Comments
 (0)