Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
C4ptainCrunch committed Dec 26, 2023
1 parent 8774651 commit a210d70
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
.. warning::
This library is unmaintained. Integrating Hotwire and Django is so easy
that you are probably better served by writing a little bit of Python in your code
than using a full blown library that adds another level of abstraction.
It also seems that the Django community is leaning more towards HTMX than Hotwire
so you might want to look over there if you want more "support"
(but we still think that Hotwire is very well suited to be used with Django)



Turbo Django
============

Turbo Django is a project that integrates the `Hotwire Turbo framework <https://turbo.hotwired.dev/>`_ with `Django <https://www.djangoproject.com/>`_, allowing for rendered page updates to be delivered live, over the wire. By keeping template rendering in Django, dynamic and interactive web pages can be written without any serialization frameworks or JavaScript, dramatically simplifying development.

.. warning::
Both Turbo and this library are under development. Be sure to pin requirements to avoid issues with API changes.


Topics
------

Expand Down

0 comments on commit a210d70

Please sign in to comment.