From 3e7ef362277c044b1bdd6c3dae8f4c3f2cf7d97e Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Sun, 2 Jan 2022 02:50:03 +0100 Subject: [PATCH] Add author of the code --- utils/context_processors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/context_processors.py b/utils/context_processors.py index 9ccaa04..828909a 100644 --- a/utils/context_processors.py +++ b/utils/context_processors.py @@ -3,4 +3,5 @@ import django def universal_context(req): return { "GENERATOR": "Django " + django.get_version(), + "AUTHOR": "LEdoian", #FIXME: Note this in development documentation }