mirror of
https://github.com/TrentSPalmer/trentpalmerdotorg.git
synced 2024-11-22 01:21:30 -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')
|