django-tastypie example
This repo was created for a blogpost explaining how to use django-tastypie
- clone repo
- ./manage.py syncdb
- ./manage.py runserver
- move your browser to http://127.0.0.1:8000/api/cabinet/list/?format=json
You can go to admin and do something with data.
Login: admin
Password: admin