django-pbx-admin


Namedjango-pbx-admin JSON
Version 1.31.0 PyPI version JSON
download
home_pageNone
SummaryPrintbox admin interface
upload_time2024-10-24 11:48:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

```python
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)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "django-pbx-admin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# Pbx Admin\n\nDjango Printbox admin interface\n\n## Release\n\nJust add tag with version number (ie. 1.2.3) to release.\n\n## Settings\n\nTo proper display error messages, you have to setup message tags like these.\n\n```python\nfrom django.contrib import messages\nMESSAGE_TAGS = {\n    messages.DEBUG: 'debug',\n    messages.INFO: 'info',\n    messages.SUCCESS: 'success',\n    messages.WARNING: 'warning',\n    messages.ERROR: 'danger',\n}\n```\n\n## CSS Compiling\n\n1. Install SASS from https://sass-lang.com/install\n2. Run ./scripts/css_compile.sh\n\n## Local development\n\n1. Activate pbx2 viertual environment\n2. Install local django-pbx-admin `pip install -e .`\n3. Add project folder as content root (in PyCharm Settings > Project > Project Structure -> Add Content Root)\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Printbox admin interface",
    "version": "1.31.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11f3f3e58c1dd9bf941c7fd72b1dac26f541dab0c960b060518fb7ec3200e746",
                "md5": "6b96b095501d4843cda9fdcd285bf52a",
                "sha256": "f14db7efeec19d6984cdd8a43f567f81b096180589bcbc721710a2ca0eff2979"
            },
            "downloads": -1,
            "filename": "django_pbx_admin-1.31.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b96b095501d4843cda9fdcd285bf52a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7490282,
            "upload_time": "2024-10-24T11:48:38",
            "upload_time_iso_8601": "2024-10-24T11:48:38.927215Z",
            "url": "https://files.pythonhosted.org/packages/11/f3/f3e58c1dd9bf941c7fd72b1dac26f541dab0c960b060518fb7ec3200e746/django_pbx_admin-1.31.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 11:48:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "django-pbx-admin"
}
        
Elapsed time: 0.62457s