Initial commit
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
Makefile
0 → 100644
README.md
0 → 100644
cli.py
0 → 100755
docs/Makefile
0 → 100644
docs/conf.py
0 → 100644
docs/index.rst
0 → 100644
docs/后台管理使用手册.rst
0 → 100644
fixtures.yaml
0 → 100644
logs/.gitkeep
0 → 100644
pytest.ini
0 → 100644
requirements.txt
0 → 100644
src/config/__init__.py
0 → 100644
src/config/auth.py
0 → 100644
src/config/config.example.py
0 → 100644
src/config/loggings.py
0 → 100644
src/config/settings.py
0 → 100644
src/config/urls.py
0 → 100644
src/config/wsgi.py
0 → 100644
src/gunicorn.conf.py
0 → 100644
src/inspect_report/admin.py
0 → 100644
src/inspect_report/apps.py
0 → 100644
src/inspect_report/cron.py
0 → 100644
src/inspect_report/models.py
0 → 100644
src/inspect_report/urls.py
0 → 100644
src/inspect_report/views.py
0 → 100644
src/manage.py
0 → 100755
static/admin/css/base.css
0 → 100644
This diff is collapsed.
static/inspect/css/all.css
0 → 100644
static/inspect/js/all.js
0 → 100644
static/inspect/js/echarts.js
0 → 100644
This diff is collapsed.
templates/admin/base.html
0 → 100644
templates/admin/index.html
0 → 100644
tests/conftest.py
0 → 100644
www/.gitkeep
0 → 100644
Please register or sign in to comment