We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b1e5c commit 81f707cCopy full SHA for 81f707c
README.md
@@ -84,11 +84,4 @@ fast-tmp createsuperuser
84
```python
85
from fast_tmp.conf import settings
86
...
87
-```
88
-### crud生成器
89
-crud生成器可以对大部分crud自动化生成(不包括文件或二进制流)。
90
-
91
-crud一共有三个版本,目前最常用的是```utils.crud2```,crud3是类似于django的基于类的视图,但是个人感觉不灵活,目前用的不多。
92
93
-crud1是以前的版本,现在不怎么用了,0.3.0之前会删掉。
94
-具体的使用方法下次在写。。。
+```
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "fast-tmp"
3
-version = "0.1.24"
4
-description = ""
+version = "1.0.0"
+description = "fastapi tortoise amis admin"
5
authors = ["Chise1 <[email protected]>"]
6
include = ["LICENSE", "README.md"]
7
license = "Apache-2.0"
0 commit comments