Trey

Results 153 comments of Trey

Hi @James-Makela, just wondering if this will be worked on further at any point?

Hey @James-Makela, what you said sounds good. As for the user class, we have a custom one already in models.py so you can override parts of that if that's what...

Hi @James-Makela, sorry I missed the PR update. Anything you need me to do at this point? I appreciate your patience

I'm wondering if in models.py class User you could just add username and email fields manually and add unique=True and Django might do the rest

Ah yeah, that's cause we don't do validation in the create account view. We'd have to just add User.objects.filter and check if one exists

Line 71 backend/views/core/auth/create_account.py should handle it... hmm

Is there any fix to this? If I downgrade django-stubs version all of a sudden I get 51 errors, such as `django-stubs\db\models\constraints.pyi:43: note: "CheckConstraint" defined here`. But if I try...

Great thank you @jasonfy2k - I'll check this out later today

Apologies for the delay on this, will take a look at once i've closed my PR due to merge conflicts. Bad management on my part 🫠

Hi @jasonfy2k, thanks for the PR! Great job, nice work making the frontend and tests too :) May I ask why you create a new API Key rather than just...