Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/django-admin-tools/django-admin-tools
Extends the Django Admin to include a extensible dashboard and navigation menu
https://github.com/django-admin-tools/django-admin-tools
admin admin-dashboard admin-menu admin-panel customizable django
Last synced: about 2 months ago
JSON representation
Extends the Django Admin to include a extensible dashboard and navigation menu
- Host: GitHub
- URL: https://github.com/django-admin-tools/django-admin-tools
- Owner: django-admin-tools
- License: mit
- Created: 2015-06-20T11:09:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T12:40:54.000Z (over 1 year ago)
- Last Synced: 2024-10-02T07:49:04.639Z (2 months ago)
- Topics: admin, admin-dashboard, admin-menu, admin-panel, customizable, django
- Language: Python
- Homepage:
- Size: 2.17 MB
- Stars: 861
- Watchers: 25
- Forks: 113
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- Contributing: docs/contributing.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-django-admin - django-admin-tools - Collection of extensions/tools for the default django administration interface. (Packages to install at your project / Packages)
- django-awesome - x
- awesome-django - django-admin-tools - A collection of extensions/tools for the default django administration interface (Admin interface)
- awesome-django - django-admin-tools - A collection of extensions/tools for the default django administration interface. (Admin interface)
- awesome-django-cn - django-admin-tools, star:221 - 一个关于默认 Django 管理界面的扩展/工具的集合。 (管理界面)
README
django-admin-tools
==================|build-status-image| |codecov-image| |documentation-status-image| |pypi-version| |py-versions|
Overview
--------django-admin-tools is a collection of extensions/tools for the default django
administration interface, it includes:* a full featured and customizable dashboard;
* a customizable menu bar;
* tools to make admin theming easier.The code is hosted on `Github `_.
Django-admin-tools is generously documented, you can
`browse the documentation online
`_.
a good start is to read `the quickstart guide
`_.The project was created by `David Jean Louis `_ and was previously hosted on `Bitbucket `_.
Please join the `mailing list `_ if you want to discuss of the future of django-admin-tools.
Requirements
------------django-admin-tools is compatible with Django 1.11 LTS up to Django 4.0 as well Python 2.7, 3.5+.
For older python and django versions please use the 0.8.1 version of django-admin-tools which is available on Pypi.
Installation
------------To install django-admin-tools, run the following command inside this directory:
python setup.py install
If you have the Python **easy_install** utility available, you can also type
the following to download and install in one step::easy_install django-admin-tools
Or if you're using **pip**::
pip install django-admin-tools
Or if you'd prefer you can simply place the included "admin_tools" directory
somewhere on your python path, or symlink to it from somewhere on your Python
path; this is useful if you're working from a Mercurial checkout.An `installation guide `_ is available in the documentation.
Documentation
-------------`Extensive documentation `_ is available, it was made with the excellent `Sphinx program `_
Translations
------------There is a `a transifex project `_ for django-admin-tools.
Screenshots
-----------The django admin login screen:
.. image:: http://www.izimobil.org/django-admin-tools/images/capture-1.png
:alt: The django admin login screenThe admin index dashboard:
.. image:: http://www.izimobil.org/django-admin-tools/images/capture-2.png
:alt: The admin index dashboardThe admin menu:
.. image:: http://www.izimobil.org/django-admin-tools/images/capture-3.png
:alt: The admin menuDashboard modules can be dragged, collapsed, closed etc.:
.. image:: http://www.izimobil.org/django-admin-tools/images/capture-4.png
:alt: Dashboard modules can be dragged, collapsed, closed etc.The app index dashboard:
.. image:: http://www.izimobil.org/django-admin-tools/images/capture-5.png
:alt: The app index dashboard.. |build-status-image| image:: https://api.travis-ci.com/django-admin-tools/django-admin-tools.svg?branch=master
:target: http://travis-ci.com/django-admin-tools/django-admin-tools?branch=master
:alt: Travis build.. |codecov-image| image:: https://codecov.io/gh/django-admin-tools/django-admin-tools/branch/master/graph/badge.svg?token=RtyqJORRby
:target: https://codecov.io/gh/django-admin-tools/django-admin-tools.. |pypi-version| image:: https://img.shields.io/pypi/v/django-admin-tools.svg
:target: https://pypi.python.org/pypi/django-admin-tools
:alt: Pypi version.. |documentation-status-image| image:: https://readthedocs.org/projects/django-admin-tools/badge/?version=latest
:target: http://django-admin-tools.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. |py-versions| image:: https://img.shields.io/pypi/pyversions/djangorestframework-datatables.svg
:target: https://img.shields.io/pypi/pyversions/djangorestframework-datatables.svg
:alt: Python versions.. |dj-versions| image:: https://img.shields.io/pypi/djversions/djangorestframework-datatables.svg
:target: https://img.shields.io/pypi/djversions/djangorestframework-datatables.svg
:alt: Django versions