mirror of
https://github.com/bcomsugi/dasaproject.git
synced 2026-01-12 00:12:42 +07:00
7 lines
152 B
Python
7 lines
152 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SalesorderConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'SalesOrder'
|