Test_Johanne/.ipynb_checkpoints/manage-checkpoint.py

12 lines
263 B
Python
Raw Normal View History

2025-03-06 10:28:01 +01:00
#!/usr/bin/env python
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
from otree.management.cli import execute_from_command_line
execute_from_command_line(sys.argv, script_file=__file__)