Added note for the future.
This commit is contained in:
parent
4b244434c6
commit
8e04316a53
@ -6,6 +6,7 @@ from .utils import load_readme
|
|||||||
|
|
||||||
class AboutView(generic.TemplateView):
|
class AboutView(generic.TemplateView):
|
||||||
template_name = 'about/about.html'
|
template_name = 'about/about.html'
|
||||||
|
# The readme will only be loaded once at startup and then stored in mem.
|
||||||
readme_md = load_readme()
|
readme_md = load_readme()
|
||||||
|
|
||||||
def get_context_data(self, **kwargs):
|
def get_context_data(self, **kwargs):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user