Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarsil/django-fast-utils
Utilities for every single django project
https://github.com/tarsil/django-fast-utils
Last synced: 3 months ago
JSON representation
Utilities for every single django project
- Host: GitHub
- URL: https://github.com/tarsil/django-fast-utils
- Owner: tarsil
- License: mit
- Created: 2022-05-27T14:36:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T22:17:12.000Z (about 2 years ago)
- Last Synced: 2024-10-03T07:58:13.040Z (3 months ago)
- Language: Python
- Size: 474 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Django Fast Utils
![Build and Publish](https://github.com/tarsil/django-fast-utils/actions/workflows/main.yml/badge.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=tarsil_django-fast-utils&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=tarsil_django-fast-utils)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=tarsil_django-fast-utils&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=tarsil_django-fast-utils)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=tarsil_django-fast-utils&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=tarsil_django-fast-utils)**Official Documentation** -
---
## Table of Contents
- [Django Fast Utils](#django-fast-utils)
- [Table of Contents](#table-of-contents)
- [About Django Fast Utils](#about-django-fast-utils)
- [Overview](#overview)
- [Supported Django and Python Versions](#supported-django-and-python-versions)
- [Documentation](#documentation)
- [Installation](#installation)
- [Documentation and Support](#documentation-and-support)
- [License](#license)---
## About Django Fast Utils
Django Fast Utils is a miscellaneous of common utilities for every new or existing
django project. From auditing models to database fields and REST framework mixins,
you name it.### Overview
#### Supported Django and Python Versions
| Django / Python | 3.7 | 3.8 | 3.9 | 3.10 |
| --------------- | --- | --- | --- | ---- |
| 2.2 | Yes | Yes | Yes | Yes |
| 3.0 | Yes | Yes | Yes | Yes |
| 3.1 | Yes | Yes | Yes | Yes |
| 3.2 | Yes | Yes | Yes | Yes |
| 4.0 | Yes | Yes | Yes | Yes |## Documentation
### Installation
To install django-fast-utils:
```shell
$ pip install django-fast-utils
```## Documentation and Support
Full documentation for the project is available at https://django-fast-utils.tarsild.io
## License
Copyright (c) 2022-present Tiago Silva and contributors under the [MIT license](https://opensource.org/licenses/MIT).