Skip to content

Admin

Django provides an endpoint under localhost:8000/admin, which can see, update, remove, and execute an action over a Model or row.

Writing admin

Read this.

Documenting your admin

Read this.

Writing admin actions

Read this.

Where is the admin?

It where in breathecode/APP_NAME/admin.py.

Where is the test file?

It where in breathecode/APP_NAME/tests/admin/tests_ADMIN_ACTION_NAME.py.