Skip to content

Commit d8eb69f

Browse files
committed
fix
1 parent 31d5ab9 commit d8eb69f

File tree

202 files changed

+58644
-1061182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+58644
-1061182
lines changed

.env

-5
This file was deleted.

.github/workflows/test.yml .github/workflows/python-package.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ main, dev ]
8+
branches: [ main ]
99
pull_request:
1010
branches: [ main ]
1111

@@ -28,9 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
python -m pip install poetry
31-
poetry config virtualenvs.create false
32-
- name: Install requirements
33-
run: make deps
31+
poetry install
3432
- name: Style
3533
run: |
3634
make style
@@ -39,10 +37,4 @@ jobs:
3937
make check
4038
- name: Test with pytest
4139
run: |
42-
make test
43-
- name: Coverage
44-
run: make cov
45-
- name: "Upload Coverage"
46-
uses: codecov/codecov-action@v2
47-
with:
48-
files: coverage.xml
40+
make test_sqlite

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,4 @@ dmypy.json
126126

127127
# Pyre type checker
128128
.pyre/
129-
.idea/
130-
sdk/
131-
*.db
129+
.idea/

docs/ModelAdmin.md

-74
This file was deleted.

docs/cli.md

-35
This file was deleted.

docs/index.md

-140
This file was deleted.

docs/setting.md

-1
This file was deleted.

docs/static/img/create.png

-38 KB
Binary file not shown.

docs/static/img/home.png

-20.6 KB
Binary file not shown.

docs/static/img/login.png

-14.6 KB
Binary file not shown.

docs/static/img/userinfo.png

-32.3 KB
Binary file not shown.

example/.env

-5
This file was deleted.

example/app.py

-21
This file was deleted.

example/example/factory.py

-21
This file was deleted.

example/example/models.py

-38
This file was deleted.

0 commit comments

Comments
 (0)