Add old project to repo.

This commit is contained in:
2025-04-25 05:59:42 -07:00
parent 4592eb7b7d
commit df39fd1a0e
69 changed files with 1103 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/root/Buddy/buddy/bin/python3
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()