0Pricing
Django Academy · Lesson

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

  1. createsuperuser and Logging In
  2. Registering Models with admin.site
  3. Customizing ModelAdmin
  4. Inlines and Readonly Fields
← Back to Django Academy