add link to about page, and fork me on github

This commit is contained in:
2021-01-09 06:30:52 +01:00
parent 7b1b75cd95
commit 55bd0fb28e
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -64,6 +64,7 @@ TEMPLATES = [
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
'apps.core.context_processors.about',
],
},
},
+1
View File
@@ -14,3 +14,4 @@ EMAIL_HOST_PASSWORD = 'topsecret'
EMAIL_USE_TLS = True
SITE_ID = 1
ABOUT_URL = 'https://about.example.com'