HRHoussem Reggaiinprofessional-software-engineering.hashnode.dev·Apr 12 · 4 min read Stop Putting Everything in settings.py PROFESSIONAL DJANGO ENGINEERING SERIES #2 One settings file for all environments is a production incident waiting to happen. Here is the professional split that prevents it. Let me guess. Your setti00
HRHoussem Reggaiinprofessional-software-engineering.hashnode.dev·Apr 11 · 4 min readWhy django-admin startproject Is a TrapPROFESSIONAL DJANGO ENGINEERING SERIES #1 The default layout Django hands you is a starting point. Most teams treat it as a destination. Every Django project begins the same way. You type django-adm00