Example of using django-rest-framework with angular
- Install django-rest-framework, django (tested in 1.6)
python manange.py runserver
- Go to http://localhost:8000/poll/1/
sqlite database is included. It should just run.
Example of using django-rest-framework with angular
python manange.py runserver
sqlite database is included. It should just run.