[Answer]-Django: templates don't see custom user fields

1👍

You should be setting your custom user model in the settings.py with AUTH_USER_MODEL as specified in the docs, not CUSTOM_USER_MODEL

Leave a comment