Best of DjangoNovember 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    22 GitHub Repositories for Learning Web Development: HTML, CSS, MERN, Python, and Django

    This post offers a curated list of 22 GitHub repositories ideal for learning various web development technologies, including HTML, CSS, MERN stack, Python, and Django. These resources provide a mix of beginner-friendly and advanced materials, featuring interactive challenges, structured curriculums, and real-world projects to help improve and diversify your web development skills.

  2. 2
    Article
    Avatar of itnextITNEXT·2y

    Best Practices for Structuring a Django Project

    Learn how to structure a Django project using best practices. This guide covers setting up a virtual environment, organizing your project's folders, managing dependencies with requirements files, separating settings based on different environments, creating a modular structure for Django applications, and using Makefile for command shortcuts to streamline development processes.

  3. 3
    Article
    Avatar of planetpythonPlanet Python·2y

    From React to a Django+HTMX based stack

    Learn about Sheena O'Connell's journey of moving from a React-Django application to a pure Django with HTMX stack. Discover a real-world success story, lessons learned, and relevant resources including workshops, courses, and tools related to HTMX and Django development.

  4. 4
    Article
    Avatar of last9Last9·2y

    Django Logging: Everything You Need to Know

    Logging is a crucial part of any web framework, including Django. This guide covers setting up and configuring Django logging, handling different log formats like JSON, and improving logging strategies for better monitoring and performance. It also discusses how to customize logging settings in settings.py, use various log levels, and employ advanced configurations using dictConfig. Additionally, it explains logging API calls, capturing server logs, and integrating with modern log analysis tools for enhanced observability.