This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-doc/admin_access.rst

17 lines
536 B
ReStructuredText

.. _admin_access:
============================================
Access the grapical administration interface
============================================
The grapical administration interface is the 'Django admin' part of a Django
project. See for more information.
Just acces the admin url at http[s]://your.domain.com/admin.
At first you log with the superuser you created at the very first database
initialization.
Then you can configure other accesses to the admin checking the is_staff
option displayed on a user in the admin.