Project Name

This is a productionizable probject template based on a web framework, db, and nginx.

Features

Architecture

.
├── .env
├── .env.dev
├── .env.prod
├── .env.prod.db
├── .gitignore
├── docker-compose.prod.yml
├── docker-compose.yml
├── readme.md
└── services
    ├── db
    ├── nginx
    │   ├── Dockerfile
    │   └── nginx.conf
    └── web(project_name/django_app)
        ├── README.md
        ├── config
        │   └── put_config_file_here
        ├── docs
        │   └── put_docs_here
        ├── apps
        │   └── django_app_folder
        ├── other_special_utils
        │   └── put_special_utils
        ├── project_name_settings
        │   └── put_project_settings
        ├── templates
        │   └── put_new_django_app_file_templates
        ├── utils
        │   └── put_utils_here
        ├── requirements.txt
        ├── Dockerfile_gdal
        └── Dockerfile_py39

Quick start

Dependency check

How to start

How to run

Guideline

How to contribute

Community

About Author

谁在用(可选)

License

Reference