added TINYWIKI_HOME settings for settings the app-specific homepages of the wiki
This commit is contained in:
7
django_project/context_processors.py
Normal file
7
django_project/context_processors.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from . import settings
|
||||
|
||||
|
||||
def tinywiki(request):
|
||||
return {
|
||||
'tinywiki_home': settings.TINYWIKI_HOME,
|
||||
}
|
||||
Reference in New Issue
Block a user