change price type int -> decimal field
This commit is contained in:
@@ -3,7 +3,4 @@ from django.apps import AppConfig
|
||||
|
||||
class FinanceConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'core.apps.finance'
|
||||
|
||||
def ready(self):
|
||||
from . import signals
|
||||
name = 'core.apps.finance'
|
||||
Reference in New Issue
Block a user