Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mmourafiq/django-angular-blog
- Owner: mmourafiq
- Created: 2013-06-30T15:29:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T20:28:39.000Z (over 9 years ago)
- Last Synced: 2024-07-30T01:10:54.113Z (6 months ago)
- Language: Python
- Size: 537 KB
- Stars: 160
- Watchers: 19
- Forks: 56
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - django-angular-blog - A blog app with django-rest-framework and angularjs. (Python)
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)