This website works better with JavaScript
Home
Explore
Help
Sign In
daimrod
/
wifi-with-me
forked from
FFDN/wifi-with-me
Watch
1
Star
0
Fork
0
Files
Tree:
fbcb6bf6d0
Branches
Tags
django
fix-readme
jd-contribution-manage-link
jd-data-expiration
master
wifi-with-me
/
wifiwithme
/
apps
/
pages
/
views.py
views.py
103 B
History
Raw
1
2
3
4
5
from django.shortcuts import render
def home(request):
return render(request, 'pages/home.html')