This repository has been archived on 2025-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
python-buddy-api/Buddy/buddy/bin/django-admin.py

6 lines
138 B
Python
Executable File

#!/root/Buddy/buddy/bin/python3
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()