createsuperuser and Logging In
Create an admin account and access /admin.
Meet the Admin
Django ships with a full admin site, a ready-made web dashboard for managing your data, so you never have to build a CRUD panel by hand. 🎛️
Who Can Enter
The admin is locked to staff users, so first you need an account. A superuser is an account with full permissions across the whole site.
All lessons in this course
- createsuperuser and Logging In
- Registering Models with admin.site
- Customizing ModelAdmin
- Inlines and Readonly Fields