16 lines
366 B
Python
16 lines
366 B
Python
<<<<<<< HEAD
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class ProductsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'products'
|
|
=======
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class ProductsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'products'
|
|
>>>>>>> 5b9b867963eca600ed64b617dc2dc86c30dbd9cb
|