MCPcopy Create free account

hub / github.com/CryceTruly/incomeexpensesapi / functions

Functions50 in github.com/CryceTruly/incomeexpensesapi

↓ 30 callersMethodget
(self, request)
authentication/views.py:63
↓ 10 callersMethodsave
(self, **kwargs)
authentication/serializers.py:142
↓ 6 callersMethodpost
(self, request)
authentication/views.py:36
↓ 4 callersMethodtokens
(self)
authentication/models.py:59
↓ 3 callersMethodcreate_user
(self, username, email, password=None)
authentication/models.py:13
↓ 3 callersFunctionregister_social_user
(provider, user_id, email, name)
social_auth/register.py:19
↓ 2 callersMethodsend_email
(data)
authentication/utils.py:19
↓ 2 callersMethodvalidate
(self, attrs)
social_auth/serializers.py:63
↓ 1 callersFunctiongenerate_username
(name)
social_auth/register.py:9
↓ 1 callersFunctionmain
()
manage.py:7
↓ 1 callersMethodvalidate
(self, attrs)
authentication/serializers.py:65
↓ 1 callersMethodvalidate_twitter_auth_tokens
validate_twitter_auth_tokens methods returns a twitter user profile info
social_auth/twitterhelper.py:14
Method__init__
(self, email)
authentication/utils.py:9
Method__str__
(self)
authentication/models.py:56
Method__str__
(self)
expenses/models.py:30
Method__str__
(self)
income/models.py:30
Methodcreate
(self, validated_data)
authentication/serializers.py:32
Methodcreate_superuser
(self, username, email, password=None)
authentication/models.py:24
Methodget
(self, request, uidb64, token)
authentication/views.py:117
Methodget_queryset
(self)
expenses/views.py:17
Methodget_queryset
(self)
expenses/views.py:27
Methodget_queryset
(self)
income/views.py:17
Methodget_queryset
(self)
income/views.py:27
Methodget_tokens
(self, obj)
authentication/serializers.py:53
Methodhas_object_permission
(self, request, view, obj)
expenses/permissions.py:6
Methodhas_object_permission
(self, request, view, obj)
income/permissions.py:6
Methodpatch
(self, request)
authentication/views.py:149
Methodperform_create
(self, serializer)
expenses/views.py:14
Methodperform_create
(self, serializer)
income/views.py:14
Methodpost
(self, request)
authentication/views.py:81
Methodpost
(self, request)
authentication/views.py:90
Methodpost
(self, request)
authentication/views.py:160
Methodpost
POST with "auth_token" Send an idtoken as from google to get user information
social_auth/views.py:11
Methodpost
POST with "auth_token" Send an access token as from facebook to get user information
social_auth/views.py:30
Methodpost
(self, request)
social_auth/views.py:48
Methodrender
(self, data, accepted_media_type=None, renderer_context=None)
authentication/renderers.py:8
Methodrun
(self)
authentication/utils.py:13
MethodsetUp
(self)
authentication/tests/test_setup.py:10
MethodtearDown
(self)
authentication/tests/test_setup.py:23
Methodtest_user_can_login_after_verification
(self)
authentication/tests/test_views.py:23
Methodtest_user_can_register_correctly
(self)
authentication/tests/test_views.py:10
Methodtest_user_cannot_login_with_unverified_email
(self)
authentication/tests/test_views.py:17
Methodtest_user_cannot_register_with_no_data
(self)
authentication/tests/test_views.py:6
Methodvalidate
(self, attrs)
authentication/serializers.py:23
Methodvalidate
(self, attrs)
authentication/serializers.py:111
Methodvalidate
(self, attrs)
authentication/serializers.py:138
Methodvalidate
validate method Queries the facebook GraphAPI to fetch the user info
social_auth/facebook.py:11
Methodvalidate
validate method Queries the Google oAUTH2 api to fetch the user info
social_auth/google.py:9
Methodvalidate_auth_token
(self, auth_token)
social_auth/serializers.py:12
Methodvalidate_auth_token
(self, auth_token)
social_auth/serializers.py:36