Unhandled exception in thread started by <bound method Command.inner_run of <django.contrib.staticfiles.management.commands.runserver.Command object at 0x1ddb510>>
Traceback (most recent call last):
File "/opt/rh/venv/src/django/django/core/management/commands/runserver.py", line 92, in inner_run
self.validate(display_num_errors=True)
File "/opt/rh/venv/src/django/django/core/management/base.py", line 281, in validate
raise CommandError("One or more models did not validate:\n%s" % error_text)
django.core.management.base.CommandError: One or more models did not validate:
auth_remember.remembertoken: 'user' defines a relation with the model 'auth.User', which has been swapped out. Update the relation to point at settings.AUTH_USER_MODEL.