Added main page. Added links page
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
def index(request):
|
||||
return render(request, 'links/index.html')
|
||||
Reference in New Issue
Block a user