small fix on imports of apps.back and apps.front
This commit is contained in:
parent
71be23a3b9
commit
960677c4c2
@ -2,4 +2,4 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class BackConfig(AppConfig):
|
||||
name = 'back'
|
||||
name = 'apps.back'
|
||||
|
@ -2,4 +2,4 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class FrontConfig(AppConfig):
|
||||
name = 'front'
|
||||
name = 'apps.front'
|
||||
|
Loading…
Reference in New Issue
Block a user