https://github.com/thinghoo-cn/djat
这是一个 Django App,是基于 adminlte2 以及 bootstrap3 的后台管理模板
https://github.com/thinghoo-cn/djat
adminlte2 bootstrap3 django django-template thinghoo
Last synced: 7 months ago
JSON representation
这是一个 Django App,是基于 adminlte2 以及 bootstrap3 的后台管理模板
- Host: GitHub
- URL: https://github.com/thinghoo-cn/djat
- Owner: thinghoo-cn
- License: mit
- Archived: true
- Created: 2023-05-24T01:35:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T06:01:27.000Z (almost 3 years ago)
- Last Synced: 2024-09-27T15:21:08.731Z (over 1 year ago)
- Topics: adminlte2, bootstrap3, django, django-template, thinghoo
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Admin Template
这是由 CDServer 孵化出的管理模板。
## Installation
`poetry install`
## See the demo
```bash
cd src
python manage.py runserver
# Yes, no need to migrate.
```
## Documentation
文档托管在 git 目录中,需要提前安装`mkdocs`.
`cd docs && mkdocs serve`
## LICENSE
MIT