/django-rest-angular

Example of using django-rest-framework with angular

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.