This is the extension for maki-api app, make your api from the mobile app and download it via this extension.
The best part is you dont have to write ay code.
How to RUn
From your command pallete select "Get Project"
warning:
before using the extension you should know that it use follwing commands to make a Django project
pip install Django
Django-admin startproject
py manage.py startproject
After run
py manage.py makemigrations app
py manage.py migrate
py manage.py runserver
Requirements
Pip should be installed
Python 3 should be available