Skip to content

hzdg/django-admintools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. pip install -e [email protected]:hzdg/django-admintools.git#egg=django-admintools

Included Tools

ExportAsCsv

In admin.py:

from admintools.actions import ExportAsCsv

class MyAdmin(admin.ModelAdmin):
    actions = [ExportAsCsv("Export selected emails as CSV file",
                           exclude=['id'])]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages