Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 273 Bytes

django-rest-angular

Example of using django-rest-framework with angular

  1. Install django-rest-framework, django (tested in 1.6)
  2. python manange.py runserver
  3. Go to http://localhost:8000/poll/1/

sqlite database is included. It should just run.