compute-horde


Namecompute-horde JSON
Version 0.0.11 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-16 11:41:43
maintainerNone
docs_urlNone
authorBackend Developers LTD
requires_python==3.11.*
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # compute-horde

## Common django models
This library contains common Django models for the receipts.
To use them, update your `INSTALLED_APPS`:
```python
INSTALLED_APPS = [
    ...,
    'compute_horde.receipts',
    ...,
]
```

## Migrations
To make new migrations after doing some changes in the model files, run:
```shell
DJANGO_SETTINGS_MODULE=compute_horde.settings pdm run django-admin makemigrations
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "compute-horde",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "==3.11.*",
    "maintainer_email": null,
    "keywords": null,
    "author": "Backend Developers LTD",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ac/4a/355467ea09c8984efe10f08b07a2606c8205ed0648f7f7ec0550dc2c6ba6/compute_horde-0.0.11.tar.gz",
    "platform": null,
    "description": "# compute-horde\n\n## Common django models\nThis library contains common Django models for the receipts.\nTo use them, update your `INSTALLED_APPS`:\n```python\nINSTALLED_APPS = [\n    ...,\n    'compute_horde.receipts',\n    ...,\n]\n```\n\n## Migrations\nTo make new migrations after doing some changes in the model files, run:\n```shell\nDJANGO_SETTINGS_MODULE=compute_horde.settings pdm run django-admin makemigrations\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": null,
    "version": "0.0.11",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c18894ffac9bdb21d5e11c9d54821aac1dccc5c685cd9c360a1104c0d749c37e",
                "md5": "2d8e4766b4bde10fe1df9b5f7a0be5a0",
                "sha256": "1634a4821d0c255872f47508d7a1619b6972eaaae8f9dbc38741568931868245"
            },
            "downloads": -1,
            "filename": "compute_horde-0.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d8e4766b4bde10fe1df9b5f7a0be5a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "==3.11.*",
            "size": 28556,
            "upload_time": "2024-10-16T11:41:42",
            "upload_time_iso_8601": "2024-10-16T11:41:42.461875Z",
            "url": "https://files.pythonhosted.org/packages/c1/88/94ffac9bdb21d5e11c9d54821aac1dccc5c685cd9c360a1104c0d749c37e/compute_horde-0.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac4a355467ea09c8984efe10f08b07a2606c8205ed0648f7f7ec0550dc2c6ba6",
                "md5": "10a3c07a347c445b9b4d293b72f4a373",
                "sha256": "2797e01295f6f86339b2c42d8a44080e0619ffa248d1a94c253df791240531d2"
            },
            "downloads": -1,
            "filename": "compute_horde-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "10a3c07a347c445b9b4d293b72f4a373",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "==3.11.*",
            "size": 23227,
            "upload_time": "2024-10-16T11:41:43",
            "upload_time_iso_8601": "2024-10-16T11:41:43.963771Z",
            "url": "https://files.pythonhosted.org/packages/ac/4a/355467ea09c8984efe10f08b07a2606c8205ed0648f7f7ec0550dc2c6ba6/compute_horde-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 11:41:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "compute-horde"
}
        
Elapsed time: 0.36573s