Skip to content

Commit db99568

Browse files
authored
Update content for Django and Wagtail (#110)
1 parent df45ab1 commit db99568

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

app/content/pages/frameworks/django.html.erb

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ breadcrumb: Django
1010
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
1111
<% page.with_title(title: current_page.data.fetch("title")) %>
1212

13-
<%= link_to "https://github.com/hotwire-django", "https://github.com/hotwire-django", target: :_blank %><br>
14-
<%= link_to "https://discuss.hotwired.dev/t/django-backend-support-for-hotwire/1570", "https://discuss.hotwired.dev/t/django-backend-support-for-hotwire/1570", target: :_blank %><br>
13+
<h3 class="mt-12 text-2xl font-bold">Packages</h3>
14+
15+
<%= link_to "django-turbo-helper (Hotwire/Turbo helpers for Django)", "https://github.com/rails-inspire-django/django-turbo-helper", target: :_blank %><br>
16+
<%= link_to "django-actioncable (Provides Rails Action Cable support to Django Channels)", "https://github.com/rails-inspire-django/django-actioncable", target: :_blank %><br>
17+
<%= link_to "python-webpack-boilerplate (Django Webpack boilerplate & Flask Webpack boilerplate)", "https://github.com/AccordBox/python-webpack-boilerplate", target: :_blank %><br>
18+
19+
<h3 class="mt-12 text-2xl font-bold">Learning Resources</h3>
20+
21+
<%= link_to "Blog: How to create ChatGPT-alike interface with Hotwire, Django and Celery", "https://saashammer.com/blog/creating-chatgpt-interface-with-hotwire-django-celery/", target: :_blank %><br>
22+
<%= link_to "Free ebook: Hotwire Django Tutorial", "https://github.com/rails-inspire-django/hotwire-django-tutorial", target: :_blank %><br>
23+
<%= link_to "ebook: The Definitive Guide to Hotwire and Django", "https://leanpub.com/hotwire-django", target: :_blank %><br>
1524

16-
<%= link_to "rails-inspire-django/django-turbo-helper", "https://github.com/rails-inspire-django/django-turbo-helper", target: :_blank %><br>
17-
<%= link_to "rails-inspire-django/django-actioncable", "https://github.com/rails-inspire-django/django-actioncable", target: :_blank %><br>
1825
<% end %>

app/content/pages/frameworks/wagtail.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ breadcrumb: Wagtail
1212

1313
<%= link_to "Documentation", "https://docs.wagtail.org/en/stable/extending/extending_client_side.html#extending-with-stimulus", target: :_blank %><br>
1414
<%= link_to "5.2 Release Notes", "https://docs.wagtail.org/en/stable/releases/5.2.html#support-extending-wagtail-client-side-with-stimulus", target: :_blank %><br>
15+
<%= link_to "Wagtail blog based on Tailwind CSS, Stimulus", "https://github.com/AccordBox/wagtail-tailwind-blog", target: :_blank %><br>
1516
<% end %>

0 commit comments

Comments
 (0)