Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-spire

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-spire

Django framework for high observability web applications

  • 0.0.13a0
  • PyPI
  • Socket score

Maintainers
1

django-spire

.. image:: https://camo.githubusercontent.com/dbdd84d7f7838316851e62ce34b0066e7cc57abc8f348aaadedc3888819992a9/68747470733a2f2f692e696d6775722e636f6d2f4e736958794f582e706e67 :alt: Django Spire Logo :align: center

django_spire is a modular framework designed to enhance observability and improve the development of Django web applications.

Features

  • Modular Architecture: Select and install only the modules you need.
  • Seamless Integration: Works alongside your existing Django application without intrusive changes.
  • Customizable & Extensible: Configure and extend modules to suit specific project requirements.

Getting Started

To install django_spire, run:

.. code-block:: bash

pip install django_spire

Add django_spire to your Django project’s INSTALLED_APPS:

.. code-block:: python

INSTALLED_APPS = [
    'django_spire',
    'django_spire.authentication',
    'django_spire.authentication.mfa',
    'django_spire.breadcrumb',
    'django_spire.comment',
    'django_spire.core',
    'django_spire.file',
    'django_spire.form',
    'django_spire.gamification',
    'django_spire.help',
    'django_spire.history',
    'django_spire.maintenance',
    'django_spire.modal',
    'django_spire.notification',
    'django_spire.options',
    'django_spire.pagination',
    'django_spire.permission',
    'django_spire.search',
    'django_spire.user_account',
    'django_spire.user_account.profile'
]

Documentation

Please refer to our documentation for detailed setup, module configuration, and usage examples.

Contributing

We welcome contributions! See our contributing guide for more details on how to get involved.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc