add new model and change offer models
This commit is contained in:
10
core/apps/counterparty/apps.py
Normal file
10
core/apps/counterparty/apps.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CounterpatyConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'core.apps.counterparty'
|
||||
|
||||
def ready(self):
|
||||
from . import admin
|
||||
|
||||
Reference in New Issue
Block a user