resolved cache issues

parent bafa5a67
......@@ -2,4 +2,6 @@ from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse("Welcome to Widget's Forum!")
return HttpResponse(
"<h2>FORUM POSTS:</h2> [Title] by [Author] dated [Date]: <br> "
)
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