DJango linking to Users in Admin

So, while I was working on Django, I became frustrated with the fact that I had to manually create users in the Django models. I don’t like the fact that I have to have two different user sets. I’d rather just link the users in the admin to the actual model, rather than linking two models that represent the same thing.
Replit Link: https://replit.com/@RandomDreamWalker2011/Natures-Flight-10