{% for key, value in MYDICT.items() %} … {% endfor %} I work as a freelancer, so if you don’t want to do that kind of things yourself or don’t have the time, just drop me a line to hire… Read More
How to fix login issues with a password-less root MySQL user?
If you installed MySQL without a root password, you will have difficulties to login as root. For example, you need to sudo first, and can’t login as a regular user. The solution to this problem is to create a new… Read More