CodeYellowBV / django-binder

A framework based on Django for SPA webapps with a REST-like API
MIT License
14 stars 19 forks source link

Import get_user_model instead User model from django.contrib.auth #208

Closed Bilonan closed 2 years ago

Bilonan commented 2 years ago

Fix an issue 'auth.User' has been swapped for 'assets.User' use get_user_model() instead of getting models from django.contrib.auth Check https://docs.djangoproject.com/en/4.0/topics/auth/customizing/