Skip to main content

A Django app to manage Reaktion's tracking system.

Project description

Reaktion CMS is a Django app is simple CRM connected to tracking system.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add django_reaktion_crm to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_reaktion_crm',
    ]
  2. To create the polls models run:

    python manage.py migrate
  3. Set up MONGO_CONN, DOMAIN_ID and FILTER_NUMBER_OF_VISITS_30_DAYS env

  4. Import contacts from .csv file

    python manage.py import_csv filename <filename>
  5. Import tracking

    python manage.py import_tracking delta <hours>

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

django_reaktion_crm-0.3.tar.gz (15.0 kB view hashes)

Uploaded Source

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