Tag: python
-
Code Snippets for Django Development
This post contains a few code snippets I came up with when starting development of a Django web application. Table of Contents Using Django with Jinja Templates Logging Setup Dockerfile for Django Project Application Start Script respecting CTRL-C Creating an Admin User at First Start Using Django with Jinja Templates …
-
E-Mail Notification for Windows Updates
Sometimes I have to deal with a Windows server. But I do not log in regularly, so I wanted to be informed about available Windows updates by e-mail. Some short research in the internet indicated, that this is not possible out-of-the-box. So I enjoyed hacking a bit of Python to …