Skip to content

Provide tab in the change_list view in the django admin interface: WIP!!

License

Notifications You must be signed in to change notification settings

tboulogne/django-admintab

 
 

Repository files navigation

django-admintab

https://travis-ci.org/farmlab/django-admintab.svg?branch=master

Django-admintab package provides a simple tab feature within change_list views in the django admin interface.

Uses cases:

  • Simple model dashboard
  • Displaying your data as graph or map
  • ...

Documentation

The full documentation is at https://django-admintab.readthedocs.io.

Quickstart

Install django-admintab:

pip install git+https://github.com/farmlab/django-admintab.git

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'admintab.apps.AdmintabConfig',
    ...
)

Features

  • make use of all functionalities of the standart django change_list view (filtering, searching ...)
  • no dependency

TODO

  • better documention
  • tests
  • and then release on pypi

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

https://github.com/farmlab/django-admintab/blob/master/docs/_static/agrobioperigord.png

Tools used in rendering this package:

About

Provide tab in the change_list view in the django admin interface: WIP!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.7%
  • HTML 24.8%
  • Makefile 7.2%
  • JavaScript 5.9%
  • CSS 4.4%