views.py 169 B

12345678
  1. # -*- coding: utf-8 -*-
  2. from __future__ import unicode_literals
  3. from django.shortcuts import render
  4. '''
  5. '''
  6. def index(request):
  7. return render(request, 'index.html')