New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

django-pbx-admin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-pbx-admin

Printbox admin interface

  • 1.32.0
  • PyPI
  • Socket score

Maintainers
1

Pbx Admin

Django Printbox admin interface

Release

Just add tag with version number (ie. 1.2.3) to release.

Settings

To proper display error messages, you have to setup message tags like these.

from django.contrib import messages
MESSAGE_TAGS = {
    messages.DEBUG: 'debug',
    messages.INFO: 'info',
    messages.SUCCESS: 'success',
    messages.WARNING: 'warning',
    messages.ERROR: 'danger',
}

CSS Compiling

  1. Install SASS from https://sass-lang.com/install
  2. Run ./scripts/css_compile.sh

Local development

  1. Activate pbx2 viertual environment
  2. Install local django-pbx-admin pip install -e .
  3. Add project folder as content root (in PyCharm Settings > Project > Project Structure -> Add Content Root)

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