mirror of
https://github.com/himool/HimoolERP.git
synced 2024-11-16 12:27:32 +08:00
7 lines
142 B
Python
7 lines
142 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class SalesConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'sales'
|