6 lines
203 B
Python
6 lines
203 B
Python
# apps/common/apps.py
|
|
from django.apps import AppConfig
|
|
|
|
class CommonConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.common' # <--- ESTO ES LO QUE DEBE PONER |