Best of DjangoJune 2024

  1. 1
    Article
    Avatar of planetpythonPlanet Python·2y

    The State of Django 2024

    Discover the latest trends in Django development, including the use of Flask and FastAPI alongside Django, the popularity of Django for both full-stack and API development, the shift towards htmx, Alpine.js, and Tailwind CSS for frontend development, and the favored databases, container orchestration, CI systems, and infrastructure as code solutions among Django developers.

  2. 2
    Article
    Avatar of djangoDjango·2y

    Django 5.1 beta 1 released

    Django 5.1 beta 1 has been released, marking the second stage in the 5.1 release cycle. This beta version includes a variety of improvements and is available for testing, though not for production use. The final release is expected on August 7th, following a release candidate in a month. Community testing is encouraged to help identify and fix bugs.

  3. 3
    Article
    Avatar of pamelafoxPamela Fox·2y

    pgvector for Python developers

    Learn about vector embeddings, how to use pgvector with PostGreSQL, and perform similarity and searching with pgvector in Python.

  4. 4
    Article
    Avatar of planetpythonPlanet Python·2y

    44 - Django with Will Vincent

    Will Vincent, author of several books on Django, discusses favorite Python packages, podcasts, content creation, book writing, the benefits of Django versus other web frameworks, AI and writing, and more.

  5. 5
    Video
    Avatar of netninjaNet Ninja·2y

    Django Tutorial #12 - App Build (Part 2)

    This tutorial continues from the previous part where the database table and forms were created. It focuses on building views and setting up URLs for a Django application implementing CRUD (Create, Read, Update, Delete) operations. It covers creating individual views for home, creating products, reading product lists, updating products, and deleting products. Additionally, it discusses configuring URL routing and ensuring the server runs correctly.

  6. 6
    Article
    Avatar of logrocketLogRocket·2y

    Wagtail vs. Django CMS: Comparing CMS options for Django

    When building websites with Django, using a CMS like Wagtail or Django CMS can save time and improve collaboration. Wagtail is known for its intuitive, modern interface and flexible content blocks, making it ideal for content-focused websites. Django CMS offers a more traditional interface with a robust plugin ecosystem, providing high customization and scalability. Both CMS options are open-source and integrate seamlessly with Django, but your choice will depend on your project's specific needs and your team's technical expertise.