Include tiger non-clipped county for the fixtures

This commit is contained in:
Mario de Frutos 2018-04-16 12:56:32 +02:00
parent ed3b7de9e0
commit 3816c2af8b

View File

@ -218,6 +218,7 @@ FIXTURES = [
('us.census.acs.B01003001', 'us.census.tiger.census_tract', '2010 - 2014'), ('us.census.acs.B01003001', 'us.census.tiger.census_tract', '2010 - 2014'),
('us.census.tiger.place_geoname', 'us.census.tiger.place_clipped', '2015'), ('us.census.tiger.place_geoname', 'us.census.tiger.place_clipped', '2015'),
('us.census.tiger.county_geoname', 'us.census.tiger.county_clipped', '2015'), ('us.census.tiger.county_geoname', 'us.census.tiger.county_clipped', '2015'),
('us.census.tiger.county_geoname', 'us.census.tiger.county', '2015'),
('us.census.tiger.block_group_geoname', 'us.census.tiger.block_group', '2015'), ('us.census.tiger.block_group_geoname', 'us.census.tiger.block_group', '2015'),
] ]