# django-demo **Repository Path**: Fetor/django-demo ## Basic Information - **Project Name**: django-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-27 - **Last Updated**: 2025-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README enterprise_django/ ├── config/ │ ├── __init__.py │ ├── settings/ │ │ ├── __init__.py │ │ ├── base.py │ │ ├── development.py │ │ └── production.py │ ├── urls.py │ ├── asgi.py │ └── celery.py ├── apps/ │ ├── __init__.py │ ├── users/ │ ├── core/ │ ├── api/ │ ├── common/ │ └── rbac/ ├── requirements/ │ ├── base.txt │ ├── development.txt │ └── production.txt ├── docker/ │ ├── Dockerfile │ ├── nginx.conf │ └── entrypoint.sh ├── scripts/ ├── docs/ └── manage.py