File "views.py"
Full Path: /home/analogde/www/integrations/django/samples/fusioncharts/views.py
File size: 179 bytes
MIME-type: text/x-script.python
Charset: utf-8
from django.shortcuts import render
# it is a default view.
# please go to the samples folder for others view
def catalogue(request):
return render(request, 'catalogue.html')