This website works better with JavaScript
Home
Explore
Help
Sign In
neodarz
/
wifi-with-me
forked from
FFDN/wifi-with-me
Watch
1
Star
0
Fork
0
Files
Tree:
fbcb6bf6d0
Branches
Tags
django
master
notify_mail_url
phone_number_validation
tel_mail_admin_contrib
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')