Samir Ahmane
Samir Ahmane
@garyburgmann The following code contains the tests that I have made: ```python import ast import json import pytest from api_app.models import Seeker, CV from api_app.serializers import SeekerSerializer from django.core.management import...
@garyburgmann Are you still into adding a mobile authentication feature? I'll be here to contribute.
@garyburgmann The app now works fine, instead of relying on email it is trying to get user by UID. This is better, it will handle user by the an unique...
@hjvedvik Thanks it works!