By default, Django sends error emails to system administrators. Here is how to disable Django error emails.
How to Add Minutes, Hours & Months to Timestamp in PostgreSQL
Sometimes you may need to Add Minutes, Hours & Months to Timestamp in PostgreSQL. Here is how to do it easily in PostgreSQL.
Find files with special characters in name Linux
Sometimes you may need to find files with special characters in their name in Linux. Here are the steps to do it.
How to Find Last Occurrence of Character in String in Javascript
Sometimes you may need to find last occurrence of character in string in Javascript. Here are the steps to do so.
How to Find Last Occurrence of Character in String in Python
Sometimes you may need to find last occurrence of character or substring in string in python. Here is how to find last occurrence of character in string in python.
How to Split Python List into N Sublists
Sometimes you may need to split python list into sublists. Here is how to split python list into N sublists.
How to Insert Text At Certain Line in Linux
Sometimes you may need to insert text at certain line in Linux. Here is how to do it using ed, sed, awk, commands.
Django Get Unique Values From Queryset
Sometimes you may need to get unique values from Django Queryset. Here are the steps to get distinct values from queryset.
How to Create RPM for Python Module
Sometimes you may need to create RPM package for python module or script. Here are the steps to create RPM from python code.