Add make request button to plan page
This commit is contained in:
parent
3051ee51f5
commit
0bfceca2e7
5 changed files with 186 additions and 110 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue