mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2025-07-05 19:53:15 -07:00
add about/apps
This commit is contained in:
5
about/views.py
Normal file
5
about/views.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
|
||||
def apps(request):
|
||||
return render(request, 'about/apps.html')
|
Reference in New Issue
Block a user