Yarsa Labs DevBlog
  • Architecture
  • Design
  • Engineering
  • Operations
  • Security
  • Writing
News Tags Authors

Django

A collection of 3 posts

Django Architecture

Phone Verification API in Django using Sparrow SMS - Part 3

We arrive at the final and longest snippet of our code that will connect all dots and make the previous steps more relevant to us. We partition all code contents from views.py into 3 parts.

  • Sparsh
Sparsh Jan 21, 2022 • 6 min read
Django Architecture

Phone Verification API in Django using Sparrow SMS - Part 2

Starting off imports, the most basic module to import is path that returns for urlpatterns. ValidatePhoneSendOTP and ValidateOTP are API view classes that subclass Django's View class. These will arrive later in Writing Final Views part of this tutorial.

  • Sparsh
Sparsh Jan 19, 2022 • 2 min read
Django Architecture

Phone Verification API in Django using Sparrow SMS - Part 1

In this post, we're going to code in Python Django to use the Sparrow SMS API integration to verify a Nepali NTC/ Ncell phone number using an API as a service server-generated OTP code.

  • Sparsh
Sparsh Dec 12, 2021 • 4 min read
Yarsa Labs DevBlog © 2025
  • Contact
  • Privacy
  • Terms