Skip to main content

Modifies the stock Django-Administration interface to fit our ideas a little bit better.

Project description

Modifies the stock Django-Administration interface to fit our ideas a little bit better.

Dashboard and global navigation extension

Allows grouping of apps on the dashboard and offers the same view on each admin page by sliding down the bar on top after a small delay when hovered.

Configuration example:

from fhadmin import FHADMIN_GROUPS_REMAINING
_ = lambda x: x

FHADMIN_GROUPS_CONFIG = [
    (_('Main content'), {
        'apps': ('page', 'medialibrary', 'blog'),
        }),
    (_('Modules'), {
        'apps': ('links', FHADMIN_GROUPS_REMAINING),
        }),
    (_('Preferences'), {
        'apps': ('auth', 'rosetta', 'external', 'sites'),
        }),
    ]

The extension is activated by inserting fhadmin before django.contrib.admin in INSTALLED_APPS.

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

django_fhadmin-2.0.0.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

django_fhadmin-2.0.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file django_fhadmin-2.0.0.tar.gz.

File metadata

  • Download URL: django_fhadmin-2.0.0.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for django_fhadmin-2.0.0.tar.gz
Algorithm Hash digest
SHA256 2d820c664fa2e49053864c7992d01c5552965e26c2564a0a165d32bf37a8efd7
MD5 f659d11bc2371b82788c9291161ad6d9
BLAKE2b-256 19e19d3ca5a1180991ebe3fb14c6f6672dea06dd79150fb77b697a8d873a5327

See more details on using hashes here.

File details

Details for the file django_fhadmin-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: django_fhadmin-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10

File hashes

Hashes for django_fhadmin-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 290f2e27f5cd85cd90f53ea93f2464bff5cf1ec11626e8c979b7f66e4bbd5394
MD5 935d6e3399f0c568901028e289f352df
BLAKE2b-256 637cb3eb6a31b325d27309d826f46ca2bf9e2bc3f49e6a5979ea5bbc9b682c77

See more details on using hashes here.

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