mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-22 09:31:29 -08:00
6 lines
103 B
Python
6 lines
103 B
Python
|
from django.shortcuts import render
|
||
|
|
||
|
|
||
|
def apps(request):
|
||
|
return render(request, 'about/apps.html')
|