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