https://github.com/nerdocs/conjunto
Django application framework/helpers using HTMX, tabler.io, tables2, crispy-forms & more.
https://github.com/nerdocs/conjunto
Last synced: 4 months ago
JSON representation
Django application framework/helpers using HTMX, tabler.io, tables2, crispy-forms & more.
- Host: GitHub
- URL: https://github.com/nerdocs/conjunto
- Owner: nerdocs
- License: mit
- Created: 2023-12-10T08:43:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-08T10:48:36.000Z (6 months ago)
- Last Synced: 2025-09-27T13:01:55.932Z (5 months ago)
- Language: JavaScript
- Size: 6.9 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Conjunto
## Description
Conjunto is a Django application framework using [Tetra](https://tetraframework.com), [tabler.io](https://tabler.io), [crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) and more.
## Installation
You can install the package by using pip (best using a virtualenv):
```bash
pip install conjunto
```
## Usage
There is a separate section in the [documentation](https://conjunto.readthedocs.io) available.
## Development setup
For setting up development environment you will need pytest, pre-commit and black. You can install these by running (in the project directory):
```bash
pip install .[dev]
```
## Contributing
Pull requests and general ideas are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
The Conjunto project is open-source and licensed under the MIT License. Please keep in mind that Conjunto uses many other libraries, which may be under different licenses.