some parts of product - fix custom pagination - add id to pages list
This commit is contained in:
6
apps/product/apps.py
Normal file
6
apps/product/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ProductConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.product'
|
||||
Reference in New Issue
Block a user