摘要:
Ajax技术使用之ajax与模态框结合的妙用 要求: 使用ajax的方式提交数据:https://www.cnblogs.com/-wenli/p/10470063.html 使用模态框完成增加数据,能完成增加,删除与修改也就很简单了。 HTML代码 关于在django中引用静态文件:https:/ 阅读全文
posted @ 2019-03-04 23:36
-零
阅读(2379)
评论(0)
推荐(0)
摘要:
Django报错:提交表单报错 RuntimeError: You called this URL via POST, but the URL doesn’t end in a slash and you have APPEND_SLASH set. django提交表单的时候报错 RuntimeE 阅读全文
posted @ 2019-03-04 17:45
-零
阅读(2364)
评论(0)
推荐(0)
摘要:
Django2.0引入css、js、img文件 一、文件结构 二、settings.py的配置 1 # Static files (CSS, JavaScript, Images) 2 # https://docs.djangoproject.com/en/2.1/howto/static-file 阅读全文
posted @ 2019-03-04 13:01
-零
阅读(1053)
评论(0)
推荐(0)