feat: ✨ hello world
This commit is contained in:
commit
ed1d65fa62
29 changed files with 464 additions and 0 deletions
5
hello/views.py
Normal file
5
hello/views.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.http import HttpResponse
|
||||
|
||||
|
||||
def home(request):
|
||||
return HttpResponse("Hello World!")
|
Loading…
Add table
Add a link
Reference in a new issue