tag: superuser

  • AbstractUser vs AbstractBaseUser vs User extended profile in Django Part 2

    AbstractUser vs AbstractBaseUser vs User extended profile in Django Part 2

    Maria D. Campbell

    A step-by-step walkthrough of building a custom Django user model using AbstractUser, including a custom manager, tests-first setup, migrations, and admin configuration.

    #fullstack development, #macOS, #django, #python3, #abstractuser, #admin, #forms, #model manager, #tests, #unittest, #user model, #schema, #series, #superuser

  • AbstractUser vs AbstractBaseUser vs User extended profile in Django Table of Contents

    AbstractUser vs AbstractBaseUser vs User extended profile in Django Table of Contents

    Maria D. Campbell

    A table of contents for my series on Django's AbstractUser, AbstractBaseUser, and extended User profile approaches — covering custom user models, migrations, forms, admin configuration, and testing.

    #fullstack development, #macOS, #django, #python3, #abstractuser, #abstractbaseuser, #admin, #forms, #model manager, #tests, #unittest, #user model, #schema, #series, #superuser

  • AbstractUser vs AbstractBaseUser vs User extended profile in Django Part 1

    AbstractUser vs AbstractBaseUser vs User extended profile in Django Part 1

    Maria D. Campbell

    A test-driven walkthrough of building a custom user model with AbstractBaseUser in Django, including the model manager, migrations, forms, and admin configuration.

    #fullstack development, #macOS, #django, #python3, #abstractbaseuser, #admin, #forms, #model manager, #tests, #unittest, #user model, #schema, #series, #superuser

  • How to create a fullstack application using Django and Python Part 9

    How to create a fullstack application using Django and Python Part 9

    Maria D. Campbell

    In this section, I introduce the Django Admin, configure the Django Admin by creating a superuser, register the boards app in boards/admin.py, add a board in the Django Admin interface, and delete a board in the Django Admin interface.

    #macOS, #django, #fullstack development, #python3, #django admin, #superuser, #register app, #series