Skip to content
Snippets Groups Projects
Commit dea541c1 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Add dummy staticfile for tests in vagrant

parent 9aaf14b3
No related branches found
No related tags found
No related merge requests found
bar!
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from django.http import HttpResponse from django.http import HttpResponse
def index(request): def index(request):
return HttpResponse("Hello, world!") return HttpResponse("Hello, world!")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment