django-2.2

AttributeError: module 'profile' has no attribute 'run'

AttributeError: module 'profile' has no attribute 'run' Question: So I have an extended User model (extended AbstractUser) called Profile. This was in a seperate app called “profiles”. I was plugging in the standard login and realised it was looking for a “profile” app name as standard, so I renamed it (directories, code, DB schema) which …

Total answers: 3