diff --git a/src/_content/posts/deep-dive-day.md b/src/_content/posts/deep-dive-day.md new file mode 100644 index 00000000..74d3a525 --- /dev/null +++ b/src/_content/posts/deep-dive-day.md @@ -0,0 +1,15 @@ +--- +author: Communications Team +category: General +published_datetime: 2025-06-24 06:00:00 +cover: + url: /assets/img/2025/deepdive.png + alt: "Djangocon US 2025 Deep Dive Day" +title: "DjangoCon US 2025: About Deep Dive Day" + +--- +We’re excited to announce that we will have a [deep dive day](https://2019.djangocon.us/schedule/#Day-Talk3) on Wednesday, September 10, 2025, to focus on exploring Django and Django-adjacent topics in detail. This single-track day is meant to follow in the footsteps of [Django Under the Hood](https://djangounderthehood.com/) and will provide a range of topics presented in depth, targeting varying levels of Django experience. Whether you're new to Django or have been using it for years, there will be something for you on Deep Dive Day. + +Join us for talks on retrofitting [Async into Django](https://2019.djangocon.us/talks/just-add-await-retrofitting-async-into/), [model inheritance](https://2019.djangocon.us/talks/the-ins-and-outs-of-model-inheritance/), [using Django as a micro-framework](https://2019.djangocon.us/talks/using-django-as-a-micro-framework-on-the/), [WASM](https://2019.djangocon.us/talks/wasm-matter/), [generic views](https://2019.djangocon.us/talks/generic-view-what-is-that-and-why-would/), and [authentication](https://2019.djangocon.us/talks/understanding-django-authentication/). + +Don't miss these awesome talks! [Buy your ticket]({{site.ticket_link}}) today. \ No newline at end of file diff --git a/src/assets/img/2025/deepdive.png b/src/assets/img/2025/deepdive.png new file mode 100644 index 00000000..2f5ff25f Binary files /dev/null and b/src/assets/img/2025/deepdive.png differ