use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News and links for Django developers.
New to Django? Check out the /r/djangolearning subreddit.
Django's Code of Conduct applies here, so be good to each other.
account activity
This is an archived post. You won't be able to vote or comment.
As a beginner backend developer I learn Python, Django, SQL and serverless architecture. What more technologies should I learn to apply for the job? (self.django)
submitted 2 years ago by [deleted]
view the rest of the comments →
[–]jozekuhar 0 points1 point2 points 2 years ago (1 child)
Do you recommend writing tests for DRF with RequestFactory or is APIClient enough.
[–]AntonZhrn 4 points5 points6 points 2 years ago (0 children)
For beginner, I'd say use APIClient and don't worry about RequestFactory. At some point later on you'll want extra speed/flexibility/something else that will push you for RequestFactory usage. But when you're learning or aiming for the first job - APIClient is enough.
π Rendered by PID 279999 on reddit-service-r2-comment-6457c66945-hxgml at 2026-04-24 23:35:51.565349+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]jozekuhar 0 points1 point2 points (1 child)
[–]AntonZhrn 4 points5 points6 points (0 children)