Skip to content

Commit

Permalink
fix: corrected the mistake in code
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmalroshan123 committed Nov 11, 2024
1 parent 67ff306 commit 43749be
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions aumms/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,20 @@
# ------------

# before_install = "aumms.install.before_install"
# after_install = [
# 'aumms.setup.setup_aumms_defaults'
# ]


after_install = [
'aumms.setup.setup_aumms_defaults',
'aumms.setup.after_install'
]

after_migrate = [
'aumms.setup.setup_aumms_defaults',
'aumms.aumms.utils.increase_precision',
'aumms.setup.after_install'
'aumms.setup.after_migrate'

]

after_migrate = "aumms.setup.after_migrate"

# Uninstallation
# ------------
Expand Down

0 comments on commit 43749be

Please sign in to comment.