File "tutorial\accounts\models.py", line 24, in create_profile
user_profile = UserProfile.objects.create(user=kwargs['instance'])
AttributeError: type object 'UserProfile' has no attribute 'objects'
when we register new user or createsuperuser form commandline then above error comes.