Added note for the future.

This commit is contained in:
A. Svensson 2015-05-24 14:53:14 +02:00
parent 4b244434c6
commit 8e04316a53

View File

@ -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):