Skip to content

Commit

Permalink
gothinkster#7 solved and admin model view added
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsharma629 committed Sep 30, 2019
1 parent 4b74302 commit ffe8dde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conduit/apps/authentication/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class Meta:

def create(self, validated_data):
# Use the `create_user` method we wrote earlier to create a new user.
print("validated_data")
return User.objects.create_user(**validated_data)


Expand Down
Binary file removed profile_pictures/Screenshot_76.png
Binary file not shown.

0 comments on commit ffe8dde

Please sign in to comment.