remodel user profile ACCESS_RULES_CHOICES
Summary
user profile is PUB
by default but the view is restricted with login
ACCESS_RULES_CHOICES = (
("PUB", "public"),
("NET", "network"),
("GRP", "group"),
("HID", "hidden"),
)
Feature details
Implementation in Other Systems (optional)
Edited by Stefan Hynek