You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>Django with Angular (Djangular) resources</h2>
325
+
<ul>
326
+
<li>
327
+
<p><ahref="http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html">Getting Started with Django Rest Framework and AngularJS</a>
328
+
is a very detailed introduction to Djangular with example code. </p>
329
+
</li>
330
+
<li>
331
+
<p><ahref="https://thinkster.io/brewer/angular-django-tutorial/">Building Web Applications with Django and AngularJS</a>
332
+
is a very detailed guide for using Django as an API layer and AngularJS
333
+
as the MVC front end in the browser.</p>
334
+
</li>
335
+
<li>
336
+
<p>This <ahref="http://blog.mourafiq.com/post/55034504632/end-to-end-web-app-with-django-rest-framework">end to end web app with Django-Rest-Framework & AngularJS part 1</a>
<h2>Django with Angular (Djangular) resources</h2>
226
+
<ul>
227
+
<li>
228
+
<p><ahref="http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html">Getting Started with Django Rest Framework and AngularJS</a>
229
+
is a very detailed introduction to Djangular with example code. </p>
230
+
</li>
231
+
<li>
232
+
<p><ahref="https://thinkster.io/brewer/angular-django-tutorial/">Building Web Applications with Django and AngularJS</a>
233
+
is a very detailed guide for using Django as an API layer and AngularJS
234
+
as the MVC front end in the browser.</p>
235
+
</li>
236
+
<li>
237
+
<p>This <ahref="http://blog.mourafiq.com/post/55034504632/end-to-end-web-app-with-django-rest-framework">end to end web app with Django-Rest-Framework & AngularJS part 1</a>
@@ -186,6 +182,25 @@ syntax and language semantics first before diving into web development.
186
182
are now all available to read.
187
183
188
184
185
+
## Django with Angular (Djangular) resources
186
+
*[Getting Started with Django Rest Framework and AngularJS](http://blog.kevinastone.com/getting-started-with-django-rest-framework-and-angularjs.html)
187
+
is a very detailed introduction to Djangular with example code.
188
+
189
+
*[Building Web Applications with Django and AngularJS](https://thinkster.io/brewer/angular-django-tutorial/)
190
+
is a very detailed guide for using Django as an API layer and AngularJS
191
+
as the MVC front end in the browser.
192
+
193
+
* This [end to end web app with Django-Rest-Framework & AngularJS part 1](http://blog.mourafiq.com/post/55034504632/end-to-end-web-app-with-django-rest-framework)
0 commit comments