Skip to content
Snippets Groups Projects
Commit 0448bf2f authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Fixup changes to people model and migration

parent 6db02bdf
No related branches found
No related tags found
No related merge requests found
......@@ -103,9 +103,8 @@ class Command(BaseCommand):
'393': Page.objects.get(title='Internet Freedom Fund'),
'389': Page.objects.get(title='Rapid Response Fund'),
'391': Page.objects.get(title='Core Infrastructure Fund'),
'': Page.objects.get(title='Community Lab'),
'NOT_USED': Page.objects.get(title='Community Lab'),
'394': Page.objects.get(title='Information Controls Fellowship'),
'': None,
'390': Page.objects.get(title='Digital Integrity Fellowship'),
}
......
from django.db import models
from django.core.exceptions import ValidationError
from django.utils.functional import cached_property
from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
from django.conf import settings
......
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