Add make request button to plan page

This commit is contained in:
Stefan Wehrmeyer 2022-03-15 14:35:16 +01:00
parent 3051ee51f5
commit 0bfceca2e7
5 changed files with 186 additions and 110 deletions

View file

@ -4,7 +4,7 @@ import json
from django.core.management.base import BaseCommand
from ...models import Government
from ...utils import PlanImporter
from ...plan_importer import PlanImporter
class Command(BaseCommand):