fnp
/
emels.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
no submit
[emels.git]
/
emels
/
views.py
1
# -*- coding: utf-8 -*-
2
from django.views.generic import TemplateView
3
4
5
class HomeView(TemplateView):
6
template_name = "home.html"