Commit a0e762e1 authored by AllenSkyy's avatar AllenSkyy

added homepage app and url routes

parent a91177e3
...@@ -2,4 +2,4 @@ from django.shortcuts import render ...@@ -2,4 +2,4 @@ from django.shortcuts import render
from django.http import HttpResponse from django.http import HttpResponse
def homepage(request): def homepage(request):
return HttResponse('Welcome to Widget!') return HttpResponse('Welcome to Widget!')
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