Skip to content

Commit

Permalink
[admin] Added back site model
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 15, 2017
1 parent 763c261 commit b93de81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openwisp_users/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ def get_user(self, obj):

# unregister some admin components to keep the admin interface simple
# we can re-enable these models later when they will be really needed
for model in [('sites', 'Site'),
('account', 'EmailAddress'),
for model in [('account', 'EmailAddress'),
('socialaccount', 'SocialApp'),
('socialaccount', 'SocialToken'),
('socialaccount', 'SocialAccount')]:
Expand Down

0 comments on commit b93de81

Please sign in to comment.