#django
Read more stories on Hashnode
Articles with this tag
Cloudinary preset (or named) transformations are powerful ways to group together dynamic alterations to your images. For example, you can create a...
Single page applications (SPAs) swept us all up in a hurricane. If you're like me, you've dabbled in or are currently using frameworks like React,...
Setting auto_now and auto_now_add to True will automatically set a DateField or a DateTimeField to the current date and time. This works great for...