mirror of
https://github.com/UofCBaja/Interview-Backend.git
synced 2025-07-06 03:07:16 -06:00
feat(django): testing using backend django vs built in python
This commit is contained in:
8
djangotutorial/polls/views.py
Normal file
8
djangotutorial/polls/views.py
Normal file
@ -0,0 +1,8 @@
|
||||
# from django.shortcuts import render
|
||||
|
||||
# # Create your views here.
|
||||
from django.http import HttpResponse
|
||||
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("Hello, world. You're at the polls index.")
|
Reference in New Issue
Block a user