Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / contact / views.py
Size: Mime:
# -*- coding: utf-8 -*-

from django.views.generic.base import TemplateView


class ContactView(TemplateView):
    template_name = 'contact/contact.html'