Initial commit
This commit is contained in:
7
container/views.py
Normal file
7
container/views.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.shortcuts import render
|
||||
from django.http import HttpResponse
|
||||
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("Hello, world. You're at the container index.")
|
||||
|
||||
Reference in New Issue
Block a user