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

5
bin/init_buddy_walk.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
cd /root/Buddy/buddy
source bin/activate
cd /root/Buddy/Buddy
python manage.py runserver 0:8000 > /root/log/buddy.log