sort districts

This commit is contained in:
Kadir 2024-03-30 19:24:35 +01:00
parent acc67192c9
commit a7a4f88a39

View file

@ -1,36 +1,36 @@
def get_districts(): def get_districts():
return { return {
"City of London": "REGION^61224", "Barking and Dagenham": "REGION^61400",
"Greenwich": "REGION^61226", "Barnet": "REGION^93929",
"Hillingdon": "REGION^93959", "Bexley": "REGION^93932",
"Ealing": "REGION^93947", "Brent": "REGION^93935",
"Richmond upon Thames": "REGION^61415", "Bromley": "REGION^93938",
"Sutton": "REGION^93974", "Camden": "REGION^93941",
"Wandsworth": "REGION^93977", "City of London": "REGION^61224",
"Camden": "REGION^93941", "Croydon": "REGION^93944",
"Enfield": "REGION^93950", "Ealing": "REGION^93947",
"Croydon": "REGION^93944", "Enfield": "REGION^93950",
"Hackney": "REGION^93953", "Greenwich": "REGION^61226",
"Kingston upon Thames": "REGION^93968", "Hackney": "REGION^93953",
"Kensington and Chelsea": "REGION^61229", "Hammersmith and Fulham": "REGION^61407",
"Bromley": "REGION^93938", "Haringey": "REGION^61227",
"Brent": "REGION^93935", "Harrow": "REGION^93956",
"Waltham Forest": "REGION^61232", "Havering": "REGION^61228",
"Southwark": "REGION^61518", "Hillingdon": "REGION^93959",
"Harrow": "REGION^93956", "Hounslow": "REGION^93962",
"Lewisham": "REGION^61413", "Islington": "REGION^93965",
"Barnet": "REGION^93929", "Kensington and Chelsea": "REGION^61229",
"Islington": "REGION^93965", "Kingston upon Thames": "REGION^93968",
"Haringey": "REGION^61227", "Lambeth": "REGION^93971",
"Lambeth": "REGION^93971", "Lewisham": "REGION^61413",
"Westminster": "REGION^93980", "Merton": "REGION^61414",
"Tower Hamlets": "REGION^61417", "Newham": "REGION^61231",
"Havering": "REGION^61228", "Redbridge": "REGION^61537",
"Barking and Dagenham": "REGION^61400", "Richmond upon Thames": "REGION^61415",
"Hammersmith and Fulham": "REGION^61407", "Southwark": "REGION^61518",
"Bexley": "REGION^93932", "Sutton": "REGION^93974",
"Redbridge": "REGION^61537", "Tower Hamlets": "REGION^61417",
"Newham": "REGION^61231", "Waltham Forest": "REGION^61232",
"Merton": "REGION^61414", "Wandsworth": "REGION^93977",
"Hounslow": "REGION^93962", "Westminster": "REGION^93980",
} }