jradd / django-angular-blog

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

[End to end web app with Django-Rest-Framework & AngularJS part2]

[End to end web app with Django-Rest-Framework & AngularJS part3]

[End to end web app with Django-Rest-Framework & AngularJS part4]

About

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