initial commit
This commit is contained in:
9
bootok_20260222035346/main.py
Normal file
9
bootok_20260222035346/main.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
||||
def main():
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "bootok_20260222035346.settings.base")
|
||||
from django.core.management import execute_from_command_line
|
||||
|
||||
execute_from_command_line(sys.argv)
|
||||
Reference in New Issue
Block a user