diff --git a/src/about/views.py b/src/about/views.py index 9ebd907..2ad19e5 100644 --- a/src/about/views.py +++ b/src/about/views.py @@ -6,6 +6,7 @@ from .utils import load_readme class AboutView(generic.TemplateView): template_name = 'about/about.html' + # The readme will only be loaded once at startup and then stored in mem. readme_md = load_readme() def get_context_data(self, **kwargs):