摘要: TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [os.path.join(BASE_DIR, 'templates')] , 'APP_DIRS': True, 'OPTIO 阅读全文
posted @ 2020-12-14 09:00 沈海 阅读(77) 评论(0) 推荐(0)
摘要: urlpatterns = [ path('admin/', admin.site.urls), path('insert_all/', views.index), path('', views.show, name="show"), path('insert/', views.insert, na 阅读全文
posted @ 2020-12-14 08:45 沈海 阅读(94) 评论(0) 推荐(0)