Skip to content

phugogang/django-angular-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.3%
  • HTML 22.0%
  • JavaScript 18.3%
  • CSS 2.4%