add 'profiles' app and route
This commit is contained in:
parent
9bd3d649c9
commit
ad590fbe5a
9 changed files with 30 additions and 1 deletions
7
profiles/views.py
Normal file
7
profiles/views.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.http import HttpResponse
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
def index(request):
|
||||
return HttpResponse("Hello worlds!")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue