4 Star 0 Fork 0

董忆飞/7组

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
urls.py 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
from django.urls import path
from . import views
from django.views import View
from index.views import *
app_name='index'
urlpatterns = [
path('login/',Login_Api.as_view(),name='login'),#登录接口
path('regist/',Regist_Api.as_view(),name='register1'),#注册接口
#path('index/',views.index,name='index'),
path('register/',RegisterView.as_view(),name='register'),#邮箱注册接口
path('registe/',registerView.as_view(),name='registe'),#邮箱注册
path('phone/',PhoneCode.as_view(),name='phone'),#手机短信接口验证
path('article/',article.as_view(),name="article"),#商品表单接口
path('search/',search.as_view(),name="search"),#搜索功能
path('active/<code>',ActiveUserView.as_view(),name='acrive')#邮箱激活接口
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dong_yifei/7zu.git
git@gitee.com:dong_yifei/7zu.git
dong_yifei
7zu
7组
master

搜索帮助