authentic/samples/a2_test_plugin/a2_test_plugin/views.py

5 lines
91 B
Python

from django.http import HttpResponse
def test(request):
return HttpResponse('coucou')