ended3월 23일· 1 sources

Structuring a Django REST Framework API Project: How Do I Go About It?

Django REST Framework API 프로젝트 구조 설계: 어떻게 시작할 것인가?

Why it matters

The article discusses how to properly structure a Django REST Framework API project beyond the default layout. It argues that Django's default startproject/startapp structure doesn't scale for production, and proposes separating Django apps from project configuration using a top-level split with dedicated directories for apps, backend config, docs, scripts, and tests.

1
Sources
+0
24h
Growth
174d
Active
api architecturecodebase organizationcodebase scalabilitydjango appsdjango rest frameworkgolanglayered architectureorder managementproject structure

Sources

Related Issues