This website works better with JavaScript
Home
Explore
Help
Sign In
FFDN
/
wifi-with-me
Watch
9
Star
2
Fork
12
Files
Issues
11
Pull Requests
3
Wiki
Tree:
fbcb6bf6d0
Branches
Tags
django
jd-contribution-manage-link
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')