This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# apps/common/apps.py
|
||||
from django.apps import AppConfig
|
||||
|
||||
class CommonConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.common'
|
||||
name = 'apps.common' # <--- ESTO ES LO QUE DEBE PONER
|
||||
Reference in New Issue
Block a user