mirror of
https://github.com/lemeow125/Ivy-Backend.git
synced 2024-11-17 06:39:26 +08:00
6 lines
154 B
Python
6 lines
154 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ProductsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'products'
|