Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmourafiq/django-angular-blog

A blog app with django-rest-framework and angularjs.
https://github.com/mmourafiq/django-angular-blog

Last synced: 2 months ago
JSON representation

A blog app with django-rest-framework and angularjs.

Awesome Lists containing this project

README

        

django-angular-blog
===================

A blog app with django-rest-framework and angularjs.

N.B : if you get this error :

"ImportError: Could not import settings 'blog.settings' (Is it on sys.path?): No module named local_setting".

You should copy the local_setting from blog/templates and update with the correct values.

`> cp blog/templates/template_local_settings.py blog/blog/local_settings.py`

For more details :

[[End to end web app with Django-Rest-Framework & AngularJS part1]](http://mourafiq.com/2013/07/01/end-to-end-web-app-with-django-angular-1.html)

[[End to end web app with Django-Rest-Framework & AngularJS part2]](http://mourafiq.com/2013/07/15/end-to-end-web-app-with-django-angular-2.html)

[[End to end web app with Django-Rest-Framework & AngularJS part3]](http://mourafiq.com/2013/08/01/end-to-end-web-app-with-django-angular-3.html)

[[End to end web app with Django-Rest-Framework & AngularJS part4]](http://mourafiq.com/2013/08/15/end-to-end-web-app-with-django-angular-4.html)