Skip to main content

Django Spades can be used to keep track of things(events) that happen on your django and you want to track.

There is basically two usages:

1 - API

2 - Saving a record model

Quick start

  1. Install:

    pip install django-spades

  1. Add “Spades” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'Spades',
    ]
  2. Run python manage.py migrate to create the models.

Usage

You should see it under admin with a nice rendering of the json field

Using the Model:

from Spades.models import Event
tmp={}
tmp['User']=request.user.id
tmp['AnyTag']="Checkpoint 1"
tmp['Tag2'] = some_variable

event = Event(name="USER_CLICKED_A_BUTTON",info=json.dumps(tmp))

Download files

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

Source Distribution

django_spades-0.1.11.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_spades-0.1.11-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file django_spades-0.1.11.tar.gz.

File metadata

  • Download URL: django_spades-0.1.11.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for django_spades-0.1.11.tar.gz
Algorithm Hash digest
SHA256 2fa597932338db9907be81dc1d2707fab3df7ae5a05db22b8f536ecb20ded127
MD5 56b6bc7e71e396a0e266717079b5ae61
BLAKE2b-256 6c1fb909268894c848faaa2f335e92251d6c8aa38a1f11c9efe93b81a29e17cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_spades-0.1.11.tar.gz:

Publisher: publish.yml on iwalucas/django-spades

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_spades-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: django_spades-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 11.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for django_spades-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 a73730d2f686c0c3825bdc0a91a5a88ca46adbf91201ddc035f7bcb2ad548e80
MD5 73ae0e9147defc1bb2fffc4912a2fe36
BLAKE2b-256 c7fb7ef99c3036b1df225387dfebacc086500e84973a4037608fadbf6622bba6

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_spades-0.1.11-py3-none-any.whl:

Publisher: publish.yml on iwalucas/django-spades

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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