setup.cfg
setup.py
admin_report/__init__.py
admin_report/mixins.py
django_admin_report.egg-info/PKG-INFO
django_admin_report.egg-info/SOURCES.txt
django_admin_report.egg-info/dependency_links.txt
django_admin_report.egg-info/requires.txt
django_admin_report.egg-info/top_level.txt
example/__init__.py
example/manage.py
example/orders/__init__.py
example/orders/admin.py
example/orders/models.py
example/orders/tests.py
example/orders/views.py
example/orders/migrations/0001_initial.py
example/orders/migrations/0002_orderitem_total.py
example/orders/migrations/0003_auto_20141225_2344.py
example/orders/migrations/0004_orderitemproxy.py
example/orders/migrations/__init__.py
example/products/__init__.py
example/products/admin.py
example/products/models.py
example/products/tests.py
example/products/views.py
example/products/migrations/0001_initial.py
example/products/migrations/0002_product_value.py
example/products/migrations/__init__.py
example/test_django_admin_report/__init__.py
example/test_django_admin_report/settings.py
example/test_django_admin_report/urls.py
example/test_django_admin_report/wsgi.py