finished hompage

parent e9183400
...@@ -3,4 +3,4 @@ from django.http import HttpResponse ...@@ -3,4 +3,4 @@ from django.http import HttpResponse
# Create your views here. # Create your views here.
def index(request): def index(request):
return HttpResponse('Hello World! This came from the index view') return HttpResponse('Welcome to JM’s Music Library!')
...@@ -37,6 +37,8 @@ INSTALLED_APPS = [ ...@@ -37,6 +37,8 @@ INSTALLED_APPS = [
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'Homepage',
] ]
MIDDLEWARE = [ MIDDLEWARE = [
......
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