# djat **Repository Path**: svtter/admin-template ## Basic Information - **Project Name**: djat - **Description**: 后台管理系统 Django 模板 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-18 - **Last Updated**: 2023-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Django Admin Template (djat) 这是由 CDServer 孵化出的管理模板。 结合 adminlte2 和 django template 的快速开发模板。 ## Installation `pip install djat` ## See the demo ```bash cd src python manage.py runserver # Yes, no need to migrate. ``` ## Documentation 文档托管在 git 目录中,需要提前安装`mkdocs`. `cd docs && mkdocs serve` ## LICENSE MIT