修复了一些可能影响生产的问题
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
class HoutaiConfig(AppConfig):
|
||||
|
||||
class BackendConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'houtai'
|
||||
name = 'backend'
|
||||
|
||||
Reference in New Issue
Block a user