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
https://simpleisbetterthancomplex.com/tutorial/2019/04/07/how-to-save-extra-data-to-a-django-rest-framework-serializer.html
Simple is Better Than Complex
How to Save Extra Data to a Django REST Framework Serializer
In this tutorial you are going to learn how to pass extra data to your serializer, before saving it to the database.
Python modules management for newbies
https://wkulikowski.com/2019/programming-environments/wkulikowski.com/2019/programming-environments/
https://wkulikowski.com/2019/programming-environments/wkulikowski.com/2019/programming-environments/
Getting Python and wxPython apps into the Ubuntu app store
https://medium.com/@abulka/getting-python-and-wxpython-apps-into-the-ubuntu-app-store-ccca7ae537a3
https://medium.com/@abulka/getting-python-and-wxpython-apps-into-the-ubuntu-app-store-ccca7ae537a3
Medium
Getting Python and wxPython apps into the Ubuntu app store
Have you ever dreamt of getting your own apps in the Ubuntu app store? Here’s how.
Episode #206 Running Django in Production - [Talk Python To Me Podcast]
https://talkpython.fm/episodes/show/206/running-django-in-production
https://talkpython.fm/episodes/show/206/running-django-in-production
talkpython.fm
Running Django in Production
Let's talk about running Django in production. On this episode, you'll meet Michael Herman who used to work on realpython.com and today is running testdriven.io. We also cover some of the tradeoffs of a set of microservices and a monolith and a round trip…