django-rehive-extras


Namedjango-rehive-extras JSON
Version 1.3.10 PyPI version JSON
download
home_pagehttps://github.com/rehive/django-rehive-extras
SummaryExtras for Django
upload_time2025-09-15 12:06:04
maintainerNone
docs_urlNone
authorRehive
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img width="64" src="https://avatars2.githubusercontent.com/u/22204821?s=200&v=4" alt="Rehive Logo">
  <h1 align="center">Django Rehive Extras</h1>
  <p align="center">Extra utilities for using Django.</p>
</p>

## Features

- Python >= 3.6
-  Django >= 3.0
- Money model field using decimals.
- Date model with created/updated field.
- State model that stores the previous state of a model instance in memory.
- Cascading archive model class.
- Integrated model class that supports date, state and cascading archives.


## Getting started

1. Install the package:

```sh
pip install django-rehive-extras
```

2. Add "django_rehive_extras" to your INSTALLED_APPS settings like this:

```python
INSTALLED_APPS = [
    ...
    'django_rehive_extras',
]
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rehive/django-rehive-extras",
    "name": "django-rehive-extras",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rehive",
    "author_email": "info@rehive.com",
    "download_url": "https://files.pythonhosted.org/packages/28/12/18691f9efd110f091ee8c8375b5b70d25269dc40b4f4ff2630c0a528ce13/django-rehive-extras-1.3.10.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img width=\"64\" src=\"https://avatars2.githubusercontent.com/u/22204821?s=200&v=4\" alt=\"Rehive Logo\">\n  <h1 align=\"center\">Django Rehive Extras</h1>\n  <p align=\"center\">Extra utilities for using Django.</p>\n</p>\n\n## Features\n\n- Python >= 3.6\n-  Django >= 3.0\n- Money model field using decimals.\n- Date model with created/updated field.\n- State model that stores the previous state of a model instance in memory.\n- Cascading archive model class.\n- Integrated model class that supports date, state and cascading archives.\n\n\n## Getting started\n\n1. Install the package:\n\n```sh\npip install django-rehive-extras\n```\n\n2. Add \"django_rehive_extras\" to your INSTALLED_APPS settings like this:\n\n```python\nINSTALLED_APPS = [\n    ...\n    'django_rehive_extras',\n]\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Extras for Django",
    "version": "1.3.10",
    "project_urls": {
        "Download": "https://github.com/rehive/django-rehive-extras/archive/1.3.10.zip",
        "Homepage": "https://github.com/rehive/django-rehive-extras"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "281218691f9efd110f091ee8c8375b5b70d25269dc40b4f4ff2630c0a528ce13",
                "md5": "2e708d162de94b95b68ab894d4f66b05",
                "sha256": "25f21ce7105aa9eddb44b2737cef5e6c2457e6b4dfba7da72e32853466e35ca9"
            },
            "downloads": -1,
            "filename": "django-rehive-extras-1.3.10.tar.gz",
            "has_sig": false,
            "md5_digest": "2e708d162de94b95b68ab894d4f66b05",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9864,
            "upload_time": "2025-09-15T12:06:04",
            "upload_time_iso_8601": "2025-09-15T12:06:04.579081Z",
            "url": "https://files.pythonhosted.org/packages/28/12/18691f9efd110f091ee8c8375b5b70d25269dc40b4f4ff2630c0a528ce13/django-rehive-extras-1.3.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-15 12:06:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rehive",
    "github_project": "django-rehive-extras",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-rehive-extras"
}
        
Elapsed time: 8.98705s