Install user details plugin for NEMO
Project description
NEMO User Details
This plugin for NEMO adds more fields to users.
The following fields can be enabled in this plugin:
- phone number
- emergency contact
- groups (from django authentication groups)
- gender
- race
- ethnicity
Installation
pip install NEMO-user-details
django-admin migrate NEMO-user-details
Add NEMO User Details
in settings.py
add to INSTALLED_APPS
:
INSTALLED_APPS = [
'...',
'NEMO_user_details',
'...'
]
Usage
Go to Detailed administration
to add choices for each field if needed (groups, gender, ethnicity, race).
Then go to Customization -> User details
and select which fields you want to enable and require.
Then simply navigate to the User
page in the Administration
menu and the new fields will be available.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file NEMO_user_details-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: NEMO_user_details-1.1.0-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1743a551056cfc78568bdc5e199cb3b10ebf936b806cbee5eee0b78b15d2d429 |
|
MD5 | 2bef185a11f01f543b5b31896f7e179c |
|
BLAKE2b-256 | 153d4481f4e5e3a98b168f5aeaf40e17dd88a7f44bf3f2e8d8cd516b6d04b6e6 |