feat: add upload and delete option for releases
This commit is contained in:
@@ -5,3 +5,6 @@ class ProductsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "apps.products"
|
||||
verbose_name = "Products"
|
||||
|
||||
def ready(self):
|
||||
from . import signals # noqa: F401
|
||||
|
||||
Reference in New Issue
Block a user