2024-01-24
Created Jan. 24, 2024, 3:14 p.m.
Modified Jan. 24, 2024, 4:08 p.m.
Goal
Twitch Stream for 2 hrs
Notes
madmax mentioned that I need to grant him access to backend info such as Environment Variables / secret keys for the HitHub App.
Results
- Streamed for 2 hrs
- Created the
fighters/utils.py
file for thecreate_fighter
function- Instead of creating the fighter in the Accounts App, I create the fighter in the fighter's new Django Utils location (
fighters/utils.py
)
- Instead of creating the fighter in the Accounts App, I create the fighter in the fighter's new Django Utils location (
- Almost finished with creating fighters!
Next Time
- Finish up the
create_fighter
function.