# backend-template **Repository Path**: sunfkny/backend-template ## Basic Information - **Project Name**: backend-template - **Description**: A django-ninja backend template - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-21 - **Last Updated**: 2024-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # backend-template ```shell git clone https://github.com/sunfkny/backend-template.git cd backend-template pip install 'uv>=0.4.0' uv sync ``` ## startapp ```shell cd backend/apps django-admin startapp --template app_template your_app_name cd ../.. ```