Skip to content

Commit

Permalink
Rename custom user admin class
Browse files Browse the repository at this point in the history
  • Loading branch information
iPablo committed Feb 18, 2018
1 parent 235a2f8 commit f783fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project_name/users/admin.py
Expand Up @@ -4,8 +4,8 @@
from .models import User


class UserAdmin(UserAdmin):
class CustomUserAdmin(UserAdmin):
pass

admin.site.register(User, UserAdmin)
admin.site.register(User, CustomUserAdmin)

0 comments on commit f783fd4

Please sign in to comment.