This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
andrey
/
CoffeeProject
forked de
rita/CoffeeProject
Seguir
1
Destacar
0
Fork
0
Archivos
Rama:
master
Ramas
Etiquetas
master
CoffeeProject
/
app
/
user
/
views.py
views.py
153 B
Permalink
Histórico
Raw
1
2
3
4
5
6
#針對用戶業務邏輯處理的視圖和路由的定義
from . import user
@user.route('/user')
def user_index():
return "這是user中的首頁"