Daily blogs about Web Development, JavaScript, Python and other programming stuff. Learning is a never ending process, keep learning & follow Dev.Junction.
Subscribe to our newsletter and never miss any upcoming articles
AWS S3 in Django · In Django, we can use AWS S3 for two common things: For user uploaded files/images For Django static files Before we cover both the...
What are signals and how to use it in Django? · Introduction & Analogy: What is a signal in Django ? Let's say you and your friend have planned a...
Update User Profile and User in one request. · Let’s say you have a Django User model and a UserProfile model connected via OneToOneField . Your goal is...
Python Dictionary key must be immutable, why? · Python dictionary keys must always be immutable, which means you can not update the dictionary key in...
I will never cheat on you, Django. · In Django you can use a Function Based View(FBV) or a Class Based View(CBV), both kinds have its own advantages and...
Look at you gorgeous beauty, 😘 Django · Introduction: This is how our good old default Django Admin Panel looks like: Ewww, not that great, could have...