Commit 1a32a019 by Waheed Ahmed Committed by Bill DeRusha

Added comments publisher/models.py

parent 8aec3589
......@@ -49,7 +49,7 @@ def get_internal_users():
Returns a list of all internal users
Returns:
list
list: internal users list
"""
return list(User.objects.filter(groups__name=INTERNAL_USER_GROUP_NAME))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment