Our insightful blogs
Custom-Forgot-Password-in-Django Custom Forgot Password Functionality in Django Admin Site AIM: As for now, the Django Admin Site does not provide to reset the password without login or when we forget
- Digital Engineering
- General
It is always better to reuse the existing code. We always strive through the point that we need to have different developers for running our code in different platforms. For
- General
To manage notifications we define types of notifications in a constant files(in a dictionary) and create two tables in our database, first is NotificationObjects and second, Notifications like: class NotificationObjects(models.Model):
- General
It is always better to reuse the existing code. We always strive through the point that we need to have different developers for running our code in different platforms. For
- General
- Mobile
What is Puppet? Puppet is an open-source, software configuration management tool. It helps in keeping configurations automated and consistent with what we require and what is on production or in
- General
Today when the apparel manufacturing businesses around the world are battling the impact of COVID-19 pandemic the biggest challenge staring at them in the face is how do they ensure
- Digital Engineering
- General
Multiple times we need to build reports to present our data. The Google Data Studio provides a powerful tool to build your own reports with less time and without any
- General
Why Transformers? The problems with long-existing sequence models are long-range dependencies, vanishing and exploding gradient is hard to resolve even batch gradient descent when network is large and deep, a
- General