Commit 5687dc1e authored by Rurik Serzo's avatar Rurik Serzo

created forum view function

parent b59043f0
from django.http import HttpResponse
def index(request):
return HttpResponse("Welcome to Widget's Forum!")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment