Compare commits
2 Commits
7a151a4768
...
d444021a00
| Author | SHA1 | Date | |
|---|---|---|---|
| d444021a00 | |||
|
|
9fba8938ee |
@@ -3,4 +3,4 @@ from django.apps import AppConfig
|
|||||||
|
|
||||||
class CommonConfig(AppConfig):
|
class CommonConfig(AppConfig):
|
||||||
default_auto_field = 'django.db.models.BigAutoField'
|
default_auto_field = 'django.db.models.BigAutoField'
|
||||||
name = 'apps.common' # <--- ESTO ES LO QUE DEBE PONER
|
name = 'common'
|
||||||
Reference in New Issue
Block a user