Skip to main content

Printbox admin interface

Project description

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',
}

Local development

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

Project details


Release history Release notifications | RSS feed

This version

1.3.1

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_pbx_admin-1.3.1-py3-none-any.whl (7.4 MB 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