model

⛶class Tag(models.Model): name = models.CharField(max_length=100, unique=True) slug = models.SlugField(max_length=50, unique=True, blank=True) created_at = models.DateTimeField(auto_now_...
0 Read More

How to Use Excel DATEDIF Function?

How to Use Excel DATEDIF Function?
Excel DATEDIF Function DATEDIF Function: A Brief The DATEDIF function in Excel calculates the difference between two dates in years, months, or days. The name DATEDIF stands for Date + Differe...
0 Read More

Trusting the process

Lately, I’ve been thinking about how life never quite goes as planned. You set goals, map things out, and then boom, everything shifts. It’s not necessarily a bad thing, just a reminder that contr...
0 Read More