mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 23:49:16 +02:00
See #152: added management command to execute one-time migration scripts
This commit is contained in:
parent
a57d975183
commit
ac7db73785
9 changed files with 202 additions and 4 deletions
2
api/funkwhale_api/common/scripts/__init__.py
Normal file
2
api/funkwhale_api/common/scripts/__init__.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
from . import django_permissions_to_user_permissions
|
||||
from . import test
|
Loading…
Add table
Add a link
Reference in a new issue