Skip to main content

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

  1. Install using command

pip install neural-admin
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neural_admin-1.1.3.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

neural_admin-1.1.3-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page