Admin access in Django
One aspect of creating a website that some might not think about often is designing and implementing administrative access. An example of an admin access can be to add, change, or delete content in an online blog. Since setting up admin privileges (and the corresponding interface) is somewhat tedious and repetitive, Django believes it should be automated.
After you have created a Django application in your website, you can access the admin page by going to the /admin/ site (this is applicable even to the Django server run locally). After logging in successfully, you will be taken to a dashboard where you can customize the content available on your website. The following screenshot in the official Django documentation ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access