Ajoutez des fichiers projet.
This commit is contained in:
6
polls/views.py
Normal file
6
polls/views.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.shortcuts import render
|
||||
from django.http import HttpResponse
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("Hello, world kirosbr ! test 2")
|
||||
# Create your views here.
|
Reference in New Issue
Block a user