mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
jira-21 approve task API
This commit is contained in:
@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user