MANIFEST.in
README.md
setup.py
django_reporter_pro/__init__.py
django_reporter_pro/urls.py
django_reporter_pro.egg-info/PKG-INFO
django_reporter_pro.egg-info/SOURCES.txt
django_reporter_pro.egg-info/dependency_links.txt
django_reporter_pro.egg-info/top_level.txt
django_reporter_pro/config/__init__.py
django_reporter_pro/config/model_configs.py
django_reporter_pro/controller/__init__.py
django_reporter_pro/controller/query_processor.py
django_reporter_pro/controller/dimension_processor/__init__.py
django_reporter_pro/controller/dimension_processor/process_dimensions.py
django_reporter_pro/controller/filter_processor/__init__.py
django_reporter_pro/controller/filter_processor/process_filters.py
django_reporter_pro/controller/measure_processor/__init__.py
django_reporter_pro/controller/measure_processor/process_measures.py
django_reporter_pro/controller/search_processor/__init__.py
django_reporter_pro/decorator/__init__.py
django_reporter_pro/decorator/enable_for_reporter.py
django_reporter_pro/enums/__init__.py
django_reporter_pro/enums/enum_mixin.py
django_reporter_pro/extensions/__init__.py
django_reporter_pro/extensions/basic/__init__.py
django_reporter_pro/extensions/basic/stringification.py
django_reporter_pro/extensions/django/__init__.py
django_reporter_pro/extensions/django/db/__init__.py
django_reporter_pro/extensions/django/db/models/__init__.py
django_reporter_pro/extensions/django/db/models/expressions.py
django_reporter_pro/extensions/django/db/models/functions/__init__.py
django_reporter_pro/extensions/django/db/models/functions/postgresql/__init__.py
django_reporter_pro/extensions/django/db/models/functions/postgresql/timestamp.py
django_reporter_pro/extensions/django/db/models/sql/__init__.py
django_reporter_pro/extensions/django/db/models/sql/jsonb_datastructure.py
django_reporter_pro/extensions/handlers/__init__.py
django_reporter_pro/extensions/handlers/json_handler.py
django_reporter_pro/extensions/handlers/time_handler.py
django_reporter_pro/extensions/rest_framework/__init__.py
django_reporter_pro/extensions/rest_framework/fields/__init__.py
django_reporter_pro/management/__init__.py
django_reporter_pro/management/commands/__init__.py
django_reporter_pro/management/commands/test_jsonb_queries.py
django_reporter_pro/management/commands/test_report_configuration.py
django_reporter_pro/managers/__init__.py
django_reporter_pro/migrations/0001_initial.py
django_reporter_pro/migrations/0002_reportconfiguration_searches.py
django_reporter_pro/migrations/0003_reportconfiguration_report_config.py
django_reporter_pro/migrations/0004_reportconfiguration_information.py
django_reporter_pro/migrations/0005_auto_20200424_1823.py
django_reporter_pro/migrations/__init__.py
django_reporter_pro/mixins/__init__.py
django_reporter_pro/models/__init__.py
django_reporter_pro/models/report_configuration.py
django_reporter_pro/serializers/__init__.py
django_reporter_pro/static/__init__.py
django_reporter_pro/static/reporter_pro/favicon.ico
django_reporter_pro/static/reporter_pro/index.html
django_reporter_pro/static/reporter_pro/css/application.ea07ca0a.css
django_reporter_pro/static/reporter_pro/fonts/Roboto-Black.313a6563.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-Black.59eb3601.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-BlackItalic.cc2fadc3.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-BlackItalic.f75569f8.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-Bold.50d75e48.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-Bold.b52fac2b.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-BoldItalic.4fe0f73c.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-BoldItalic.94008e69.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-Light.c73eb1ce.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-Light.d26871e8.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-LightItalic.13efe6cb.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-LightItalic.e8eaae90.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-Medium.1d659482.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-Medium.90d16760.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-MediumItalic.13ec0eb5.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-MediumItalic.83e114c3.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-Regular.35b07eb2.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-Regular.73f0a88b.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-RegularItalic.4357beb8.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-RegularItalic.f5902d5e.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-Thin.ad538a69.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-Thin.d3b47375.woff
django_reporter_pro/static/reporter_pro/fonts/Roboto-ThinItalic.5b4a33e1.woff2
django_reporter_pro/static/reporter_pro/fonts/Roboto-ThinItalic.8a96edbb.woff
django_reporter_pro/static/reporter_pro/fonts/materialdesignicons-webfont.63d2a595.woff
django_reporter_pro/static/reporter_pro/fonts/materialdesignicons-webfont.7fb0e378.woff2
django_reporter_pro/static/reporter_pro/fonts/materialdesignicons-webfont.a1a0ed86.eot
django_reporter_pro/static/reporter_pro/fonts/materialdesignicons-webfont.fe1545ef.ttf
django_reporter_pro/static/reporter_pro/js/application.d6c1aa78.js
django_reporter_pro/static/reporter_pro/js/application.d6c1aa78.js.map
django_reporter_pro/templates/__init__.py
django_reporter_pro/templates/django_report_pro.html
django_reporter_pro/templates/django_reporter_pro.html
django_reporter_pro/templatetags/__init__.py
django_reporter_pro/view_models/__init__.py
django_reporter_pro/views/__init__.py
django_reporter_pro/views/macro_report_list_view.py
django_reporter_pro/views/model_json_view.py
django_reporter_pro/views/report_configuration_get_view.py
django_reporter_pro/views/report_configuration_post_view.py
django_reporter_pro/views/report_configuration_preview.py
django_reporter_pro/views/report_models_view.py
report_templates/__init__.py
static/__init__.py
static-collects/__init__.py