Fix app config
This commit is contained in:
parent
4ab6e65590
commit
c1fd9d6365
@ -2,4 +2,14 @@ from django.apps import AppConfig
|
||||
|
||||
|
||||
class ShackspacePluginConfig(AppConfig):
|
||||
name = 'byro.plugins.shackspace'
|
||||
name = 'byro_shackspace'
|
||||
|
||||
class ShackspacePluginMeta:
|
||||
name = 'shackspace'
|
||||
|
||||
def ready(self):
|
||||
print('fooooo')
|
||||
from . import utils
|
||||
|
||||
|
||||
default_app_config = 'byro_shackspace.ShackspacePluginConfig'
|
||||
|
Loading…
Reference in New Issue
Block a user