GitHubGitHub (opens in a new tab)
  • Getting Started
  • How it works?
    • Publish a Project
    • Pull Template Changes
    • Push Template Changes
    • Publish an App
    • Pull template changes
    • Push template changes
    • Basic Project
    • Submit your project ↗ (opens in a new tab)
      • Getting Started
      • Configuration
      • Sidebar Navigation
      • Custom Pages
      • Admin Models
        • Default Table Action
        • Table Detail Action
        • Table List Action
        • Table Row Action
      • Readonly Fields
      • Getting Started
      • Users Permissions
      • Getting Started
      • Configuration
    • Submit your app ↗ (opens in a new tab)
    • POST View
    • Django Models
    • Fields Validation
    • Multiple Databases
    • Translations
  • More
  • PyPi Package ↗ (opens in a new tab)
  • Support
  • Submit your question (opens in a new tab)

On This Page

  • Getting Started
  • Setup the project
  • Bootstrap the Admin Portal App
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub →
Community Apps
Authentication
Getting Started

Authentication

Authentication Screenshot

Getting Started

Setup the project

Please setup the project by following the instructions from the Getting Started guide.

Bootstrap the Admin Portal App

cd superapp/apps;
django_superapp bootstrap-app \
--template-repo https://github.com/django-superapp/django-superapp-authentication ./authentication;
cd ../../;
Readonly FieldsUsers Permissions

© 2025 Django SuperApp. All rights reserved.