This website works better with JavaScript
Home
Explore
Help
Sign In
blezz-tech
/
sharix-platform-running
forked from
ShariX/sharix-platform-running
Watch
1
Star
0
Fork
0
Files
Tree:
6fe3ec7d73
Branches
Tags
master
unstable
sharix-platform...
/
views
/
home.py
home.py
101 B
History
Raw
1
2
3
4
from django.shortcuts import render
def home__view(request):
return render(request, "home.html")