Djangoroidの奮闘記

python,django,angularJS1~三十路過ぎたプログラマーの奮闘記

2017-01-25から1日間の記事一覧

AngularJS1 + Django REST Frameworkに再挑戦 その8 Comment ListAPI View

概要 AngularJS1 + Django REST Frameworkに再挑戦 その8 Comment ListAPI View 参考動画 Django + AngularJS | Coding For Entrepreneurs Comment ListAPI View blog-detai.component.jsのaddReplyを少し修正する。 $scope.addReply = function() { console…

AngularJS1 + Django REST Frameworkに再挑戦 その7 Comment Create API Endpoint & Serializer Context

概要 AngularJS1 + Django REST Frameworkに再挑戦 その7 Comment Create API Endpoint & Serializer Context 参考動画 Django + AngularJS | Coding For Entrepreneurs Comment Create API Endpoint & Serializer Context http://127.0.0.1:8000/api/commen…

AngularJS1 + Django REST Frameworkに再挑戦 その6 Create Comment in Backend with $http

概要 AngularJS1 + Django REST Frameworkに再挑戦 その6 Create Comment in Backend with $http 参考動画 Django + AngularJS | Coding For Entrepreneurs Create Comment in Backend with $http $httpを使って、バックエンドで、コメント作成機能を実装す…