mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-07-01 18:41:14 +02:00
Reorder imports and fix trailing spaces
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user