mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔧 Namespace the app name
https://stackoverflow.com/questions/40206569/django-model-doesnt-declare-an-explicit-app-label
This commit is contained in:
parent
d274c35293
commit
d2e42609ce
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@ from django.apps import AppConfig
|
|||
|
||||
|
||||
class CoreConfig(AppConfig):
|
||||
name = 'core'
|
||||
name = 'sophon.core'
|
||||
verbose_name = "Sophon Core"
|
||||
|
|
Loading…
Reference in a new issue