Metadata-Version: 2.1
Name: th-django-analytics
Version: 1.1.0
Summary: thbmgModule
Home-page: https://google.com
Author: ThiagoBmg
Author-email: th.bmg5274@gmail.com
Maintainer: ThiagoBmg
Maintainer-email: th.bmg5274@gmail.com
License: MIT
Keywords: ThiagoBmg
License-File: LICENSE

==================================
Django Analytics App
==================================

Quick start 
============

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

    INSTALLED_APPS = [
        ...
        'analytics',
    ]

2. Include the polls URLconf in your project urls.py like this:: 
    
    path("analytics/", include("analytics.urls")),

3. Run ``python manage.py migrate`` to create the analytics models. 

4. Run ``python manage.py collectstatics`` to collect the statics files. 


Dashboard Data Processing
==========================

``python manage.py data_processing``
