This website works better with JavaScript.
Explore
Help
Sign In
chenzhirong
/
fastapi-sqlmodel-template
mirror of
https://github.com/chenrgSix/fastapi-sqlmodel-template.git
Watch
2
Star
2
Fork
You've already forked fastapi-sqlmodel-template
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bd1d5d6636
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'bd1d5d6636'
${ noResults }
fastapi-sqlmodel-template
/
common
/
global_enums.py
7 lines
85 B
Python
Raw
Blame
History
from
enum
import
IntEnum
class
IsDelete
(
IntEnum
)
:
NO_DELETE
=
0
DELETE
=
1
Reference in New Issue
View Git Blame
Copy Permalink