Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 834 Bytes

index.rst

File metadata and controls

35 lines (22 loc) · 834 Bytes

Django Staff v

Django Staff Logo

Goals

In the Django Authentication package all users use the same model/profile. This can be a drawback if you have lots of users and you want different information stored for your staff members, such as bio, contact info, etc. It is also handy for linking to models for author fields so the lookup is quicker.

The staff models are automatically created and managed by the is_staff property of Users. The staff profile is automatically added to the User admin screen.

Contents

getting_started customizing_staffmember reference/index

Indices and tables

  • genindex
  • modindex
  • search