django angular:让AngularJS与Django一起很好地玩 源码
django-angular 让Django与AngularJS配合使用 它提供什么? 将AngularJS指令添加到Django Forms。 这允许使用服务器端Form声明提供的约束来处理客户端Form验证。 有关更多信息,请访问。 怎么跑 git clone https://github.com/jrief/django-angular.git django-angular.git cd django-angular.git docker build -t django-angular.git . docker run -d -it -p 9002:9002 django-angular.git 通过http://{docker-host's-ip}:9002/打开应用程序 向后不兼容 为了与djangorestframework等其他库兼容,拒绝表单上的服务器端响应将使用错误
文件列表
django-angular:让AngularJS与Django一起很好地玩
(预估有个250文件)
djangoRMI.js.deprecated
3KB
.gitignore
180B
Dockerfile
3KB
.dockerignore
170B
redis.conf
35KB
combined-validation.html
9KB
subscribe-form.html
3KB
image-file-upload.html
4KB
three-way-data-binding.html
3KB
client-validation.html
2KB
暂无评论