Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwaschkau/django-unpoly
Unpoly integration for Django
https://github.com/jwaschkau/django-unpoly
django python unpoly
Last synced: 3 days ago
JSON representation
Unpoly integration for Django
- Host: GitHub
- URL: https://github.com/jwaschkau/django-unpoly
- Owner: jwaschkau
- License: mit
- Created: 2021-06-07T08:46:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:27:52.000Z (3 months ago)
- Last Synced: 2025-02-01T00:14:38.033Z (14 days ago)
- Topics: django, python, unpoly
- Language: Python
- Homepage:
- Size: 959 KB
- Stars: 22
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# django-unpoly
Unpoly 2 integration and utilities for Django
* Free software: MIT
* Documentation:## Features
* Implements the Unpoly 2 Server protocol (https://unpoly.com/up.protocol)
* Provides utilities for using Unpoly 2 with Django 3.
* django-debug-toolbar support (https://github.com/jazzband/django-debug-toolbar).
* django-concurrency support (https://github.com/saxix/django-concurrency).## Credits
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [zillionare/cookiecutter-pypackage](https://github.com/zillionare/cookiecutter-pypackage) project template.