Commit 8c44242a authored by Kyla Villegas's avatar Kyla Villegas

AssertionError from heroes/views.py

parent f53a0a18
from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def home_page(request):
pass
return HttpResponse()
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