add about/apps

This commit is contained in:
2021-12-03 00:49:05 -08:00
parent a26348b001
commit 2d1c912be2
18 changed files with 73 additions and 14 deletions

5
about/views.py Normal file
View File

@ -0,0 +1,5 @@
from django.shortcuts import render
def apps(request):
return render(request, 'about/apps.html')