add link to about page, and fork me on github
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
@@ -14,3 +14,4 @@ EMAIL_HOST_PASSWORD = 'topsecret'
|
||||
EMAIL_USE_TLS = True
|
||||
|
||||
SITE_ID = 1
|
||||
ABOUT_URL = 'https://about.example.com'
|
||||
|
||||
Reference in New Issue
Block a user