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: 29 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-06-10T12:40:54.000Z (5 months ago)
- Last Synced: 2024-09-27T16:40:57.426Z (about 1 month ago)
- Topics: django, python, unpoly
- Language: Python
- Homepage:
- Size: 955 KB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
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.