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',
}
CSS Compiling
- Install SASS from https://sass-lang.com/install
- Run ./scripts/css_compile.sh
Local development
- Activate pbx2 viertual environment
- Install local django-pbx-admin
pip install -e .
- Add project folder as content root (in PyCharm Settings > Project > Project Structure -> Add Content Root)
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file django_pbx_admin-1.31.1-py3-none-any.whl
.
File metadata
- Download URL: django_pbx_admin-1.31.1-py3-none-any.whl
- Upload date:
- Size: 7.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a726b70e0023ed3daf34c6f9e0f0777ad95f27f8f8eaab214a49f5dafc8ab25 |
|
MD5 | f62e23326c44e8d184bbd6487b68c3a3 |
|
BLAKE2b-256 | a8b7d35ddc3e4f9fb4ea0cba8b00e5b23d87389af472f34209dcdfafb89e7e4f |