initial commit
This commit is contained in:
commit
6f5167c24f
45 changed files with 763 additions and 0 deletions
9
pages/views.py
Normal file
9
pages/views.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from django.views.generic import TemplateView
|
||||
|
||||
|
||||
class HomePageView(TemplateView):
|
||||
template_name = 'pages/home.html'
|
||||
|
||||
|
||||
class AboutPageView(TemplateView):
|
||||
template_name = 'pages/about.html'
|
||||
Loading…
Add table
Add a link
Reference in a new issue