Skip to content

Commit

Permalink
remove middle name
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 15, 2023
1 parent 5a893ec commit 07754ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
18 changes: 0 additions & 18 deletions codeforlife/user/migrations/0002_user_middle_name.py

This file was deleted.

7 changes: 0 additions & 7 deletions codeforlife/user/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,6 @@ def create_superuser(self, password: str, first_name: str, **fields):
blank=True,
)

middle_name = models.CharField(
_("middle name"),
max_length=150,
null=True,
blank=True,
)

email = models.EmailField(
_("email address"),
unique=True,
Expand Down

0 comments on commit 07754ac

Please sign in to comment.