Skip to content
Snippets Groups Projects
Commit 533cac62 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Set CONTENT_TYPE in rr migration.

parent 61208d20
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ from opentech.apply.funds.management.commands.migration_base import MigrateComma ...@@ -2,6 +2,7 @@ from opentech.apply.funds.management.commands.migration_base import MigrateComma
class Command(MigrateCommand): class Command(MigrateCommand):
CONTENT_TYPE = "fund"
FUND_NAME = "Rapid Response" FUND_NAME = "Rapid Response"
ROUND_NAME = "Rapid Response open round" ROUND_NAME = "Rapid Response open round"
APPLICATION_TYPE = "request" APPLICATION_TYPE = "request"
......
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