A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://pypi.python.org/pypi/django-admin-tools below:

django-admin-tools · PyPI

django-admin-tools

Overview

django-admin-tools is a collection of extensions/tools for the default django administration interface, it includes:

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:

The admin index dashboard:

The admin menu:

Dashboard modules can be dragged, collapsed, closed etc.:

The app index dashboard:

django-admin-tools changelog Version 0.9.3, 10 August 2023: Version 0.9.2, 12 December 2021: Version 0.9.1, 12 January 2021:

This release adds support for django 3.X versions and future versions

Version 0.9.0, 19 January 2020:

This release adds support for Django up to 2.2 and fixes various issues.

Version 0.8.1, 30 May 2017:

This release adds support for Django 1.11 and fixes various issues.

Version 0.8.0, 12 August 2016:

This release adds support for Django 1.10 and fixes various bugs and documentation issues.

Version 0.7.2, 14 January 2016:

Bugfix release.

Version 0.7.1, 27 November 2015:

Bugfix release. This release fixes an incompatibility with django.template.loaders.cached.Loader.

Version 0.7.0, 5 November 2015:

Starting from this version (0.7.0) you must add admin_tools.template_loaders.Loader to your templates loaders variable in your settings file, see here for details: https://django-admin-tools.readthedocs.io/en/latest/configuration.html

Change log:

Version 0.6.0, 7 July 2015:

Starting from this version (0.6.0) django-admin-tools is no longer compatible with Django 1.6 or lower.

Users of older django version should use the 0.5.2 version available on pypi.

If you are already using django-admin-tools with django <= 1.6, be sure to pin your requirements file to a specific version, eg: django-admin-tools==0.5.2 If you don’t do this, a “pip install –upgrade” will break your admin site. You have been warned !

Now for the actual change log:

Version 0.5.2, 11 August 2014:

Thanks to all the folks who contributed to this release.

Version 0.5.1, 13 March 2013:

Bugfix release, everyone using django < 1.5 should upgrade

This release fixes a bug that was breaking the LinkList dashboard module (thanks Iacopo Spalletti for the pull request).

Version 0.5.0, 06 March 2013:

Important information if you are upgrading from a previous version

Starting from this version, django-admin-tools requires Django 1.3 or superior. If you’re running Django < 1.3, DO NOT UPGRADE and stay with the 0.4.1 version.

Version 0.4.1, 15 November 2011: Version 0.4.0, 13 December 2010:

Important information if you are upgrading from a previous version

This release of django-admin-tools introduces support for south database migrations, if you are not using south you can skip this step.

Existing django-admin-tools should do the following:

python manage.py migrate --fake admin_tools.dashboard
python manage.py migrate --fake admin_tools.menu

New users should do:

python manage.py migrate admin_tools.dashboard
python manage.py migrate admin_tools.menu

Major changes

Bugfixes and minor changes

For more informations please see: http://bitbucket.org/izi/django-admin-tools/changesets

Version 0.3.0, 16 July 2010:

Major changes

Bugfixes and minor change

New class names and paths

*admin_tools.dashboard*

*admin_tools.menu*

Version 0.2.0, 15 March 2010:

Backwards incompatible changes in 0.2.0

Now, django-admin-tools stores menu and dashboard preferences in the database, so you’ll need to run syncdb and to add the django-admin-tools urls to your urlconf. These steps are described in details in the documentation. You’ll also need to add admin_tools to your INSTALLED_APPS for the locales to work (this was not documented in previous versions).

Version 0.1.2, 13 February 2010: Version 0.1.1, 10 February 2010: Version 0.1.0, 10 February 2010:

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4