lkuessner / patreon-clone-api

2 stars 0 forks source link

Chore: Custom User Model #11

Closed PredaDavid closed 3 weeks ago

PredaDavid commented 4 weeks ago

Created a custom user model. Created Profile table. Register the user and the profile to the django admin panel.

Added Pillow to requirements.txt. (needed for the profile picture)

NOTE: in reference to issue #5