No project description provided
Project description
Overview
Neural Dynamics custom admin is a Django app allowing to automaticly blur fields and make email agent popup on email click in django admin model
Also it provides search only by fields first_name and last_name used as showed below:
first_name-/|\-last_name
Quick start
Install using command
pip install neural-admin
Define your admin model and import custom admin
from neural_admin.admin import CustomAdmin
class SUserAdmin(CustomAdmin, UserAdmin):
email_fields = ("email",) # Pass here fields you want to open an email agent onclick
blur_fields = ("pin_code",) # Pass here fields you want to blur. When you click on blurred field it will show you field value.
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 Distribution
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 neural_admin-1.1.3.tar.gz.
File metadata
- Download URL: neural_admin-1.1.3.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24624dede05c19e3c937b09f5a5f6b6f82373369e8df06bb81d9420f6de3e964
|
|
| MD5 |
b79730d80279733f726e2fb202fa70e3
|
|
| BLAKE2b-256 |
9fca5831ff41739cf3243eb839fac095cd450fdecc4868a01be2eb1d182ea356
|
File details
Details for the file neural_admin-1.1.3-py3-none-any.whl.
File metadata
- Download URL: neural_admin-1.1.3-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7b8d8761f97cca970efc8dc52d1127620741b49f6e4b5ed1a743f209ca53d1a
|
|
| MD5 |
e427d8ee09f481c57028dc5e9b20b9c7
|
|
| BLAKE2b-256 |
be847b3181499580c0c921187564e0eaea52bb0ed743b5c926f2233ed46f7a7b
|