From 6b4e9534a8ad315522cb5582e8684897b622a4d7 Mon Sep 17 00:00:00 2001 From: Ali <010109ali@gmail.com> Date: Tue, 1 Apr 2025 14:50:17 +0400 Subject: [PATCH] after install replaced with after migrate in hooks --- az_locale/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/az_locale/hooks.py b/az_locale/hooks.py index cc7c07c..7b0e366 100644 --- a/az_locale/hooks.py +++ b/az_locale/hooks.py @@ -5,7 +5,7 @@ app_description = "This app adds Azerbaijan launguage and currency" app_email = "info@jeyerp.az" app_license = "unlicense" -after_install = "az_locale.install.after_install" +after_migrate = "az_locale.install.after_install" fixtures = [ "fixtures/currency.json",