Formatting and Cleaning code base (#110)
This commit is contained in:
committed by
GitHub
parent
fb10738b39
commit
42c5b34353
@@ -3,6 +3,7 @@ horilla_context_process.py
|
||||
|
||||
This module is used to register context processors without effecting the horilla/settings.py module
|
||||
"""
|
||||
|
||||
from horilla.settings import TEMPLATES
|
||||
|
||||
TEMPLATES[0]["OPTIONS"]["context_processors"].append(
|
||||
@@ -27,4 +28,3 @@ TEMPLATES[0]["OPTIONS"]["context_processors"].append(
|
||||
TEMPLATES[0]["OPTIONS"]["context_processors"].append(
|
||||
"base.context_processors.get_intial_prefix",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user