Profiles REST API working with Docker.
Stars
30
Forks
27
Watchers
30
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Added improved permissions to use profile feed items API.
5b5f5cfView on GitHubAdded model for storing profile feed items, created migration and added to django admin.
2e7ad33View on GitHubAdded permissions and authentication to our UserProfileViewSet.
c98aea2View on GitHubAdded create, retrieve, update, partial_update and destroy methods to our ViewSet
5316f69View on GitHubAdded POST, PUT, PATCH and DELETE functions to our APIView
8a00137View on GitHubEnabled the Django admin for the user profile model
32e98f1View on GitHubAdded a custom user profile model, a manager, and the migrations for our database.
e205690View on GitHub