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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NEMO_user_details-1.2.0-py3-none-any.whl.
File metadata
- Download URL: NEMO_user_details-1.2.0-py3-none-any.whl
- Upload date:
- Size: 18.1 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 |
a813d63f20557e03de2dc5a26d03245ef7ed6d78fb512238d984f14efdbe23ce
|
|
| MD5 |
6fba92c768416f688794879221db2cfb
|
|
| BLAKE2b-256 |
9315c856853233b12a77286223801f0e943049a46367e701d28b54793db2d2bb
|