first commit
This commit is contained in:
8
home/apps.py
Normal file
8
home/apps.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class HomeConfig(AppConfig):
|
||||
name = 'home'
|
||||
|
||||
def ready(self):
|
||||
import home.signals
|
||||
Reference in New Issue
Block a user