Public Profile is a Django REST Framework based API that demos how to extends a default Django Auth User model with a Profile. In addition, the code also includes a demo client that show how to consume the API from a Client Web Application.
Stars
28
Forks
3
Watchers
28
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
Merge branch 'master' of github.com:guidocecilio/django-restframework-userprofile
598f88cView on GitHubAdd depth 1 to the model serializer to force the serializer to populate related fields
3037cb2View on GitHubAdd the REST API to manage the Users, Profiles and Topic resources
c6fe012View on GitHub