This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
ShariX
/
sharix-platform-running
Observar
5
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
1e2c0f9970
Branches
Tags
master
unstable
sharix-platform...
/
views
/
home.py
home.py
101 B
Histórico
Raw
1
2
3
4
from django.shortcuts import render
def home__view(request):
return render(request, "home.html")