mirror of
https://github.com/himool/HimoolERP.git
synced 2024-12-25 08:23:09 +08:00
feat: 初始化项目
This commit is contained in:
parent
da8ba8aa33
commit
3cfe55ac01
8 changed files with 8 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -118,5 +118,6 @@ dmypy.json
|
|||
.vscode/
|
||||
apps/*/migrations/*
|
||||
!apps/*/migrations/__init__.py
|
||||
trash/
|
||||
media/
|
||||
trash/*
|
||||
!trash/templates/
|
0
trash/templates/filters.py
Normal file
0
trash/templates/filters.py
Normal file
6
trash/templates/models.py
Normal file
6
trash/templates/models.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from extensions.models import *
|
||||
|
||||
|
||||
__all__ = [
|
||||
|
||||
]
|
0
trash/templates/permissions.py
Normal file
0
trash/templates/permissions.py
Normal file
0
trash/templates/schemas.py
Normal file
0
trash/templates/schemas.py
Normal file
0
trash/templates/serializers.py
Normal file
0
trash/templates/serializers.py
Normal file
0
trash/templates/urls.py
Normal file
0
trash/templates/urls.py
Normal file
0
trash/templates/views.py
Normal file
0
trash/templates/views.py
Normal file
Loading…
Reference in a new issue