mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
chore: exclude icon typo check
This commit is contained in:
parent
4610be9745
commit
f2b7c9229b
|
|
@ -1,4 +1,4 @@
|
|||
[files]
|
||||
extend-exclude = [
|
||||
'apps/setting/models_provider/impl/*/icon/*'
|
||||
]
|
||||
]
|
||||
|
|
|
|||
|
|
@ -9,3 +9,4 @@ DB_ENGINE: django.db.backends.postgresql_psycopg2
|
|||
DEBUG: false
|
||||
|
||||
TIME_ZONE: Asia/Shanghai
|
||||
|
||||
|
|
|
|||
1
main.py
1
main.py
|
|
@ -120,3 +120,4 @@ if __name__ == '__main__':
|
|||
collect_static()
|
||||
perform_db_migrate()
|
||||
start_services()
|
||||
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@
|
|||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue