7 lines
152 B
Python
7 lines
152 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BillingappConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'BillingApp'
|