Our insightful blogs

  • Published On: 29 December 2020By

    For sending email notification in django we use django's send_mail function, with using some smtp sever. we can get smtp server from free smtp service providers like SendGrid. In our

    • General
  • Published On: 19 December 2020By

    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
  • Published On: 17 December 2020By

    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
  • Published On: 17 December 2020By

    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
  • Published On: 15 December 2020By

    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
  • Published On: 28 May 2020By

    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
  • Published On: 4 May 2020By

    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
  • Published On: 23 April 2020By

    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