Melvin
Melvin K.

Melvin K.

Follow
homebadges
Tag

Django

#django

More content

Read more stories on Hashnode


Articles with this tag

Writing Backward-Compatible Schema Migrations - How and Why?

Mar 28, 2020

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...

Writing Backward-Compatible Schema Migrations - How and Why?

Reducing Memory Footprint While Creating Archive in Django

Jul 22, 2019

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...

Reducing Memory Footprint While Creating Archive in Django

JWT Authentication in Vue.js and Django Rest Framework - Part 2

Jul 22, 2019

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...

JWT Authentication in Vue.js and Django Rest Framework - Part 2

JWT Authentication in Vue.js and Django Rest Framework - Part 1

Jul 22, 2019

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....

JWT Authentication in Vue.js and Django Rest Framework - Part 1

Consume REST Services with AJAX and CSRF protection in Django

Jul 22, 2019

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...

Consume REST Services with AJAX and CSRF protection in Django

Configure and Send Email in Django (for both Development and Production)

Jul 22, 2019

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...

Configure and Send Email in Django (for both Development and Production)