#django
Read more stories on Hashnode
Articles with this tag
Your app is running happily on its own without major glitches. What happens when business requirements changed and you are now required to update your...
Python built-in zip library is commonly used to create archive. However, there is a concern when creating zip files using built-in library. Consider...
In Part 1, we set up our bac-kend with djangorestframework_jwt. Now we will set up our front-end to work with our DRF. (We will be using Vue.js, the...
Previously I have posted about using API key or token authentication in DRF, on how we could generate a 40-character token using DRF authtoken module....
What I have now? API endpoints with Schema provided They require Token Authentication What I intend to do? Create a form to interact with these...
In some case, you might need to send email to users for different purposes. For me, the top use cases of sending emails to user are to verify user's...