Django admin¶
The project’s admin pages are reachable on /admin/. Users need to have the
is_staff field set to True the be allowed to access the admin.
The project’s admin pages are reachable on /admin/. Users need to have the
is_staff field set to True the be allowed to access the admin.