Skip to content
Snippets Groups Projects
Commit 31beaf21 authored by Dan Braghis's avatar Dan Braghis
Browse files

Lint

parent a45996f8
No related branches found
No related tags found
No related merge requests found
...@@ -220,6 +220,7 @@ FUND = FundType.objects.get(title='Rapid Response') ...@@ -220,6 +220,7 @@ FUND = FundType.objects.get(title='Rapid Response')
ROUND = Round.objects.get(title='Rapid Response open round') ROUND = Round.objects.get(title='Rapid Response open round')
FORM = RoundForm.objects.get(round=ROUND) FORM = RoundForm.objects.get(round=ROUND)
class Command(BaseCommand): class Command(BaseCommand):
help = "Rapid response migration script. Requires a source JSON file." help = "Rapid response migration script. Requires a source JSON file."
data = [] data = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment