bsoc-bitbyte / GetIt

Streamlined college e-commerce: Simplifying merch buying and selling for students.
https://getit.iiitdmj.ac.in/
18 stars 51 forks source link

feat(backend) : added account models #50

Closed Priyansh61 closed 1 year ago

Priyansh61 commented 1 year ago

Overview

  1. This PR fixes or fixes part of #43 .
  2. This PR does the following: adds the account model by replacing the django default user model and using email id instead of unique username

Essential Checklist

Proof that changes are correct

PR Pointers