Skip to main content

sense core

Project description

======== handlers

Handlers is a simple Django app to write logs into databases. For each question, visitors can choose between a fixed number of answers.

Detailed documentation is in the "docs" directory.

Quick start

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

    INSTALLED_APPS = [ ... 'SenseCore.handlers', ]

  2. Config your handlers under LOGGING settings like this::

    LOGGING = { ... 'handlers':{ 'lever':'', 'class':'SenseCore.handlers.handlers.DatabaseHandler', ... } }

https://www.xncoding.com/2017/05/26/mq/rabbitmq-tutorial08.html

docker run -d --hostname sd-rabbit --name rabbit -e RABBITMQ_DEFAULT_USER=admin -e RABBITMQ_DEFAULT_PASS=sense@2018 -p 15672:15672 -p 5672:5672 -p 25672:25672 -p 61613:61613 -p 1883:1883 rabbitmq:management

Project details


Release history Release notifications | RSS feed

This version

0.0.4

Download files

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

Source Distribution

sense-core-0.0.4.tar.gz (10.8 kB view hashes)

Uploaded Source

Built Distribution

sense_core-0.0.4-py3-none-any.whl (12.9 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