1. Django Admin Handy Features


    For the List View: More Control and Information

    These features enhance the main list of your records, allowing for quick actions and better at-a-glance information.

    list_editable ✏️

    This is a game-changer for quick updates. It allows you to make fields editable directly on the list view, so you don't have to …

    read more
  2. Learning Piano

    https://www.youtube.com/watch?v=p00zsi71t6I This YouTube video, titled "How To Start Learning The Piano - Self Taught!" by Matthew Cawood, offers comprehensive advice for individuals who want to learn the piano without a teacher. The creator, having learned self-taught himself, aims to share insights on what he would …

    read more
  3. Django to SQLAlchemy Migration Guide

    Say you have a Django project and want to migrate to another project. We will use SQLAlchemy to translate the Django ORM queries to SQLAlchemy queries.

    import os
    import django
    
    companies = Page.objects.filter(
        mangoblogger_points__gt=3, is_homepage=True, contact_email__isnull=False
    ).exclude(contact_email='')  # Ensure contact_email is not an empty string
    
    result …
    read more
  4. 2024 oscars

    Here is the complete list of nominees and winners for the 97th Academy Awards (2025 Oscars), honoring films released in 2024. The ceremony took place on March 2, 2025, at the Dolby Theatre in Hollywood, hosted by Conan O'Brien .


    Major Categories

    Best Picture

    • Winner: Anora (Neon)
    • The Brutalist (A24)
    • A …
    read more

links

social