Skip to content

softwares-compound/cadmium-django-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cadmium-Django SDK

This SDK captures and sends errors from your Django application to the Cadmium server.

Installation

pip install cadmium-django-sdk

Configuration

Add the following to your settings.py:

INSTALLED_APPS += ['cadmium_django']

APPLICATION_ID = "your-application-id"
CD_SECRET = "your-secret"
CD_ID = "your-cd-id"

import cadmium_django
cadmium_django.initialize()

Usage

Once configured, any unhandled exception will automatically be sent to the Cadmium server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages