erayerdin / sos-django-template

SOS Django Template is a starter template for new Django projects with modern defaults, power cable included.
Do What The F*ck You Want To Public License
20 stars 2 forks source link

CoreUser Model #35

Closed erayerdin closed 3 years ago

erayerdin commented 3 years ago

CoreUser model is an AbstractUser model that can be extended by users of this template. It is highly recommended to create the custom user at the beginning of the development, so this is a must.

It will reside in core app. See #34.