jira-21 approve task API

This commit is contained in:
jain
2023-07-17 18:00:19 +05:30
parent 4779749b0c
commit 8f1f49de45
4 changed files with 16 additions and 4 deletions

View File

@ -1,11 +1,15 @@
#!/usr/bin/env python
"""Django's command-line utility for administrative tasks."""
"""Django import"""
"""Import OS module"""
# Import OS module
import os
"""Import sys module"""
# Import sys module"""
import sys
# define all function
# execute command line
# Import execute from command line
# fetch django settings
def main():
"""Main function"""