8000 GitHub - flecox/django-admin-reports
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flecox/django-admin-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django admin reports

Adds a button to download a csv report on the list view of a django admin model

Quick start

  1. Add "admin_reports" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'admin_reports',
    )
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0