mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-06 07:16:25 -06:00
git init
This commit is contained in:
7
viewer/views.py
Normal file
7
viewer/views.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
from django.http import HttpResponse
|
||||
|
||||
def index(request):
|
||||
"""Index view for the simple-viewer project."""
|
||||
return HttpResponse('Hello, World.')
|
||||
Reference in New Issue
Block a user