Skip to content

Commit 81f707c

Browse files
committed
v1.0.0
1 parent c5b1e5c commit 81f707c

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,4 @@ fast-tmp createsuperuser
8484
```python
8585
from fast_tmp.conf import settings
8686
...
87-
```
88-
### crud生成器
89-
crud生成器可以对大部分crud自动化生成(不包括文件或二进制流)。
90-
91-
crud一共有三个版本,目前最常用的是```utils.crud2```,crud3是类似于django的基于类的视图,但是个人感觉不灵活,目前用的不多。
92-
93-
crud1是以前的版本,现在不怎么用了,0.3.0之前会删掉。
94-
具体的使用方法下次在写。。。
87+
```

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "fast-tmp"
3-
version = "0.1.24"
4-
description = ""
3+
version = "1.0.0"
4+
description = "fastapi tortoise amis admin"
55
authors = ["Chise1 <[email protected]>"]
66
include = ["LICENSE", "README.md"]
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)