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
|
|
@ -9,3 +9,4 @@ DB_ENGINE: django.db.backends.postgresql_psycopg2
|
||||||
DEBUG: false
|
DEBUG: false
|
||||||
|
|
||||||
TIME_ZONE: Asia/Shanghai
|
TIME_ZONE: Asia/Shanghai
|
||||||
|
|
||||||
|
|
|
||||||
1
main.py
1
main.py
|
|
@ -120,3 +120,4 @@ if __name__ == '__main__':
|
||||||
collect_static()
|
collect_static()
|
||||||
perform_db_migrate()
|
perform_db_migrate()
|
||||||
start_services()
|
start_services()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {}
|
"packages": {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue