代码拉取完成,页面将自动刷新
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')#邮箱激活接口
]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。