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

Commit

Permalink
Add more deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
C4ptainCrunch committed Dec 26, 2023
1 parent f38061f commit 185baae
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 6 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
[![Issues](https://img.shields.io/github/issues/hotwire-django/turbo-django)](https://img.shields.io/github/issues/hotwire-django/turbo-django)
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FDjangoHotwire)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fhotwire-django%2Fturbo-django)

# Turbo for Django

# Unmaintained // Turbo for Django

> [!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)
Integrate [Hotwire Turbo](https://turbo.hotwired.dev/) with Django with ease.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@



Turbo Django
Unmaintained // 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.
Expand Down
10 changes: 9 additions & 1 deletion doc/source/topics/quickstart.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
.. 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)

==========
Quickstart
Unmaintained//Quickstart
==========

Want to see Turbo in action? Here's a simple broadcast that can be setup in less than a minute.
Expand Down
13 changes: 11 additions & 2 deletions doc/source/tutorial/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Tutorial
.. 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)


Unmaintained//Tutorial
========

Turbo-Django allows you to easily integrate the Hotwire Turbo framework into your
Expand All @@ -12,7 +21,7 @@ those messages immediately.

.. toctree::
:maxdepth: 1

part_1
part_2
part_3
Expand Down

0 comments on commit 185baae

Please sign in to comment.