Skip to content

Admin Panel

The admin panel serves as a centralized hub for system management, providing a user-friendly interface for administrators to oversee and control various functionalities of the application.

Once the backend server is running, you can visit the Admin Panel at /admin route for backend deployment.

for instance if I am running on localhost:8000, admin panel will be accessible at localhost:8000/admin and to create the credentials I can run python manage.py createsuperuser following the CLI prompts we can obtain the admin credentials.

Admin Panel

once we have logged into the admin, we can see various models available, to register new models/modify the admin you can edit admin.py files in the corresponding apps more details here

Admin Operated Features :