Skip to main content

Django Mode Analytics Whitelabel

Project description

Django Mode Analytics

This project was only tested on PostgreSQL

How it works

Installation

  • Requirements
    • Django and pyscopg2
    pip install modeanalytics

Configuration

You must set the follow vars in your django settings

    MODE_ORG: str = ""
    MODE_ACCESS_KEY: str = ""
    MODE_ACCESS_SECRET: str = ""

To generate these signature tokens, please look at Mode Support

Add modeanalytics in your INSTALLED_APPS tuple

    INSTALLED_APPS = [
        "django.contrib.admin",
        "django.contrib.auth",
        "django.contrib.contenttypes",
        "django.contrib.sessions",
        "django.contrib.messages",
        "django.contrib.staticfiles",
        "modeanalytics",
    ]

Package build

Bumping version, options are major, minor and patch.

    bumpversion patch setup.py modeanalytics/__init__.py

Preparing the package

    python setup.py sdist bdist_wheel

Checking if the package is good enough to PyPi

    twine check dist/*

Uploading the package to PyPi

    twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

modeanalytics-0.1.3.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

modeanalytics-0.1.3-py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page