1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-07-01 18:41:14 +02:00

Merge branch 'l_eveil_du_nanax' into 'master'

L'eveil du nanax

See merge request bde/nk20-scripts!2
This commit is contained in:
erdnaxe
2023-04-06 23:21:16 +02:00
14 changed files with 46 additions and 67 deletions

View File

@ -3,15 +3,15 @@
import subprocess
from django.core.management.base import BaseCommand
from django.core.management import call_command
from ._import_utils import ImportCommand
class Command(ImportCommand):
"""
Command for importing the database of NK15.
Need to be run by a user with a registered role in postgres for the database nk15.
Need to be run by a user with a registered role in postgres for the database nk15.
"""
def handle(self, *args, **kwargs):