mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-20 03:50:16 -04:00
6 lines
160 B
Python
Executable File
6 lines
160 B
Python
Executable File
#!/home/rushilwiz/Projects/brancher/.venv/bin/python3
|
|
from django.core import management
|
|
|
|
if __name__ == "__main__":
|
|
management.execute_from_command_line()
|