adding districts and location identifier to search
This commit is contained in:
parent
4c40462bb8
commit
ec86b572b3
2 changed files with 52 additions and 14 deletions
36
crawler/rec/districts.py
Normal file
36
crawler/rec/districts.py
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
def get_districts():
|
||||
return {
|
||||
"City of London": "REGION^61224",
|
||||
"Greenwich": "REGION^61226",
|
||||
"Hillingdon": "REGION^93959",
|
||||
"Ealing": "REGION^93947",
|
||||
"Richmond upon Thames": "REGION^61415",
|
||||
"Sutton": "REGION^93974",
|
||||
"Wandsworth": "REGION^93977",
|
||||
"Camden": "REGION^93941",
|
||||
"Enfield": "REGION^93950",
|
||||
"Croydon": "REGION^93944",
|
||||
"Hackney": "REGION^93953",
|
||||
"Kingston upon Thames": "REGION^93968",
|
||||
"Kensington and Chelsea": "REGION^61229",
|
||||
"Bromley": "REGION^93938",
|
||||
"Brent": "REGION^93935",
|
||||
"Waltham Forest": "REGION^61232",
|
||||
"Southwark": "REGION^61518",
|
||||
"Harrow": "REGION^93956",
|
||||
"Lewisham": "REGION^61413",
|
||||
"Barnet": "REGION^93929",
|
||||
"Islington": "REGION^93965",
|
||||
"Haringey": "REGION^61227",
|
||||
"Lambeth": "REGION^93971",
|
||||
"Westminster": "REGION^93980",
|
||||
"Tower Hamlets": "REGION^61417",
|
||||
"Havering": "REGION^61228",
|
||||
"Barking and Dagenham": "REGION^61400",
|
||||
"Hammersmith and Fulham": "REGION^61407",
|
||||
"Bexley": "REGION^93932",
|
||||
"Redbridge": "REGION^61537",
|
||||
"Newham": "REGION^61231",
|
||||
"Merton": "REGION^61414",
|
||||
"Hounslow": "REGION^93962",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue