Tag: django
-
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 …