borg-web/borgweb/borg/views.py
George Lacey c6b5ddbd2e Create initial project
- create borg package
- create initial database with migration
2021-05-06 06:34:08 +01:00

7 lines
133 B
Python

from django.shortcuts import render
from django.http import HttpResponse
def index(request):
return HttpResponse("Index here")