Add author of the code

newer-dal
LEdoian 3 years ago
parent 0816b78b33
commit 3e7ef36227

@ -3,4 +3,5 @@ import django
def universal_context(req): def universal_context(req):
return { return {
"GENERATOR": "Django " + django.get_version(), "GENERATOR": "Django " + django.get_version(),
"AUTHOR": "LEdoian", #FIXME: Note this in development documentation
} }

Loading…
Cancel
Save